提交 fe4b467d 编写于 作者: K Ken Lin 提交者: Shawn Guo

ARM: dts: imx6q-bx50v3: Add gpio power off support

bx50v3 boards can be powered off via GPIO, this patch specifies the GPIO to
be used with the gpio-poweroff driver.
Signed-off-by: NKen Lin <ken.lin@advantech.com.tw>
Signed-off-by: NAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 6b75a66b
...@@ -52,6 +52,12 @@ ...@@ -52,6 +52,12 @@
}; };
}; };
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
status = "okay";
};
reg_wl18xx_vmmc: regulator-wl18xx { reg_wl18xx_vmmc: regulator-wl18xx {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vwl1807"; regulator-name = "vwl1807";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册