summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-bx50v3.dtsi
diff options
context:
space:
mode:
authorKen Lin2016-06-22 16:25:56 +0200
committerShawn Guo2016-06-28 03:54:10 +0200
commitfe4b467da62a1541ff9d7f7479e5a1d3787154b5 (patch)
treeda3aaa708507da488fdf87bb89e4475503c390c2 /arch/arm/boot/dts/imx6q-bx50v3.dtsi
parentARM: dts: imx6ul-pico-hobbit: Fix Ethernet PHY reset GPIO (diff)
downloadkernel-qcow2-linux-fe4b467da62a1541ff9d7f7479e5a1d3787154b5.tar.gz
kernel-qcow2-linux-fe4b467da62a1541ff9d7f7479e5a1d3787154b5.tar.xz
kernel-qcow2-linux-fe4b467da62a1541ff9d7f7479e5a1d3787154b5.zip
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: Ken Lin <ken.lin@advantech.com.tw> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-bx50v3.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6q-bx50v3.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
index bb66dfd5294c..cf3fd31e3406 100644
--- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
@@ -52,6 +52,12 @@
};
};
+ gpio-poweroff {
+ compatible = "gpio-poweroff";
+ gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
+ status = "okay";
+ };
+
reg_wl18xx_vmmc: regulator-wl18xx {
compatible = "regulator-fixed";
regulator-name = "vwl1807";