From: Ken Lin Date: Wed, 22 Jun 2016 14:25:56 +0000 (-0400) Subject: ARM: dts: imx6q-bx50v3: Add gpio power off support X-Git-Tag: v4.14-rc1~2742^2~18^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe4b467da62a1541ff9d7f7479e5a1d3787154b5;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Akshay Bhat Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index bb66dfd..cf3fd31 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";