提交 bff1ea70 编写于 作者: S Stephen Warren

ARM: tegra: trimslice: add gpio-poweroff node to DT

... and disable tri-state from the pingroup that contains the poweroff
GPIO.
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 8fef5dff
......@@ -249,6 +249,11 @@
"ld23_22";
nvidia,pull = <1>;
};
conf_spif {
nvidia,pins = "spif";
nvidia,pull = <1>;
nvidia,tristate = <0>;
};
};
};
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册