Commit fe4b467d authored by Ken Lin's avatar Ken Lin Committed by 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: default avatarKen Lin <ken.lin@advantech.com.tw>
Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6b75a66b
......@@ -52,6 +52,12 @@ mclk: clock@0 {
};
};
gpio-poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
status = "okay";
};
reg_wl18xx_vmmc: regulator-wl18xx {
compatible = "regulator-fixed";
regulator-name = "vwl1807";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment