Skip to content

Commit

Permalink
ARM: tegra: chagall pinmux fixes
Browse files Browse the repository at this point in the history
Fix some minor misconfiguration in Pegatron Chagall pinmux
  • Loading branch information
cunidev authored Jan 27, 2021
1 parent 4026c39 commit 5a503a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra30-pegatron-chagall.dts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
};
spi2_sck_px2 {
nvidia,pins = "spi2_sck_px2";
nvidia,function = "spi2";
nvidia,function = "gmi";
nvidia,pull = <TEGRA_PIN_PULL_NONE>;
nvidia,tristate = <TEGRA_PIN_DISABLE>;
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
Expand Down Expand Up @@ -946,7 +946,7 @@
nvidia,function = "dap";
nvidia,pull = <TEGRA_PIN_PULL_NONE>;
nvidia,tristate = <TEGRA_PIN_DISABLE>;
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
nvidia,enable-input = <TEGRA_PIN_DISABLE>;
};

clk3_req_pee1 {
Expand Down

0 comments on commit 5a503a4

Please sign in to comment.