diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-10-12 21:12:33 (GMT) |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 14:45:43 (GMT) |
commit | 9a9214598aabdddbfbfd31fe167f97686d0b229c (patch) | |
tree | dd05835edb2e91cbf7eba7a61ffd17b60813e806 | |
parent | a452afa317e7017ae0e6f3ff443191f6eedc85e3 (diff) | |
download | linux-9a9214598aabdddbfbfd31fe167f97686d0b229c.tar.xz |
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 ac88c34..94ac400 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; }; |