diff options
author | 2015-10-13 00:12:33 +0300 | |
---|---|---|
committer | 2015-10-19 22:45:43 +0800 | |
commit | 9a9214598aabdddbfbfd31fe167f97686d0b229c (patch) | |
tree | dd05835edb2e91cbf7eba7a61ffd17b60813e806 | |
parent | ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names" (diff) | |
download | linux-dev-9a9214598aabdddbfbfd31fe167f97686d0b229c.tar.xz linux-dev-9a9214598aabdddbfbfd31fe167f97686d0b229c.zip |
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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |