From: Laurent Pinchart Date: Mon, 12 Oct 2015 21:12:33 +0000 (+0300) Subject: ARM: imx6sx-sdb: Fix typo in regulator enable GPIO property X-Git-Tag: KARO-TX6UL-2015-11-03~145^2~1^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9a9214598aabdddbfbfd31fe167f97686d0b229c;p=karo-tx-linux.git ARM: imx6sx-sdb: Fix typo in regulator enable GPIO property The property name should be "gpio", not "gpios". Fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi index ac88c3467078..94ac4005d9cd 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dtsi +++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi @@ -114,7 +114,7 @@ regulator-name = "peri_3v3"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>; + gpio = <&gpio4 16 GPIO_ACTIVE_HIGH>; enable-active-high; regulator-always-on; };