Skip to content

Commit

Permalink
ARM: tegra: trimslice: add gpio-poweroff node to DT
Browse files Browse the repository at this point in the history
... and disable tri-state from the pingroup that contains the poweroff
GPIO.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed Jan 28, 2013
1 parent 8fef5df commit bff1ea7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/tegra20-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@
"ld23_22";
nvidia,pull = <1>;
};
conf_spif {
nvidia,pins = "spif";
nvidia,pull = <1>;
nvidia,tristate = <0>;
};
};
};

Expand Down Expand Up @@ -322,6 +327,11 @@
bus-width = <4>;
};

poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio 191 1>; /* gpio PX7, active low */
};

regulators {
compatible = "simple-bus";
#address-cells = <1>;
Expand Down

0 comments on commit bff1ea7

Please sign in to comment.