aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-12-06 16:23:52 -0500
committerStephen Warren <swarren@nvidia.com>2013-01-28 13:24:07 -0500
commitbff1ea70e748c5b57566a8dc99f0c5207a98d899 (patch)
tree2408d5e78a75460baf8c4fc74e7d1660cb7be881 /arch
parent8fef5dffdefcfa36769d32c38986d311274f6d41 (diff)
ARM: tegra: trimslice: add gpio-poweroff node to DT
... and disable tri-state from the pingroup that contains the poweroff GPIO. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/tegra20-trimslice.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-trimslice.dts b/arch/arm/boot/dts/tegra20-trimslice.dts
index b70b4cb754c8..4b6c486ecea5 100644
--- a/arch/arm/boot/dts/tegra20-trimslice.dts
+++ b/arch/arm/boot/dts/tegra20-trimslice.dts
@@ -249,6 +249,11 @@
249 "ld23_22"; 249 "ld23_22";
250 nvidia,pull = <1>; 250 nvidia,pull = <1>;
251 }; 251 };
252 conf_spif {
253 nvidia,pins = "spif";
254 nvidia,pull = <1>;
255 nvidia,tristate = <0>;
256 };
252 }; 257 };
253 }; 258 };
254 259
@@ -322,6 +327,11 @@
322 bus-width = <4>; 327 bus-width = <4>;
323 }; 328 };
324 329
330 poweroff {
331 compatible = "gpio-poweroff";
332 gpios = <&gpio 191 1>; /* gpio PX7, active low */
333 };
334
325 regulators { 335 regulators {
326 compatible = "simple-bus"; 336 compatible = "simple-bus";
327 #address-cells = <1>; 337 #address-cells = <1>;