diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-10-12 17:12:35 -0400 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-10-23 15:31:35 -0400 |
commit | 1f7ce3d1c96b6f8e38b4afedf9399ca279add78c (patch) | |
tree | 0e11f822ad3fc926b2d3a031414721f71f20a607 | |
parent | 698da378a34e521bb3a9fe5cf5b8434f3bc6df13 (diff) |
ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni
The property name should be "gpio", not "gpios". Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/s5pv210-goni.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/s5pv210-goni.dts b/arch/arm/boot/dts/s5pv210-goni.dts index a3d4643b202e..3b76eeeb8410 100644 --- a/arch/arm/boot/dts/s5pv210-goni.dts +++ b/arch/arm/boot/dts/s5pv210-goni.dts | |||
@@ -47,7 +47,7 @@ | |||
47 | regulator-min-microvolt = <2800000>; | 47 | regulator-min-microvolt = <2800000>; |
48 | regulator-max-microvolt = <2800000>; | 48 | regulator-max-microvolt = <2800000>; |
49 | reg = <0>; | 49 | reg = <0>; |
50 | gpios = <&mp05 4 0>; | 50 | gpio = <&mp05 4 0>; |
51 | enable-active-high; | 51 | enable-active-high; |
52 | }; | 52 | }; |
53 | 53 | ||
@@ -73,7 +73,7 @@ | |||
73 | regulator-min-microvolt = <2800000>; | 73 | regulator-min-microvolt = <2800000>; |
74 | regulator-max-microvolt = <2800000>; | 74 | regulator-max-microvolt = <2800000>; |
75 | reg = <3>; | 75 | reg = <3>; |
76 | gpios = <&gpj1 3 0>; | 76 | gpio = <&gpj1 3 0>; |
77 | enable-active-high; | 77 | enable-active-high; |
78 | }; | 78 | }; |
79 | }; | 79 | }; |