diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-06-21 15:21:13 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-21 15:21:13 -0400 |
commit | d854fa8a1500bec982ed9cb26b82d96bd5ae8dab (patch) | |
tree | 0a239ec176e8ce0f0eecdaaa6a894eab4505b17b /arch/arm | |
parent | 133cea6680349962b60e50475952b5a643a75eb4 (diff) |
ARM: kirkwood: fix net5big regulator gpio assignments
Late correction from Simon's testing.
Reported-by: Simon Guinot <simon.guinot@sequanux.org>
Link: https://lkml.kernel.org/r/20140621095001.GW20207@kw.sim.vm.gnt
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-net5big.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/kirkwood-net5big.dts b/arch/arm/boot/dts/kirkwood-net5big.dts index 51c56a9490b3..d2887ed493f2 100644 --- a/arch/arm/boot/dts/kirkwood-net5big.dts +++ b/arch/arm/boot/dts/kirkwood-net5big.dts | |||
@@ -40,7 +40,7 @@ | |||
40 | enable-active-high; | 40 | enable-active-high; |
41 | regulator-always-on; | 41 | regulator-always-on; |
42 | regulator-boot-on; | 42 | regulator-boot-on; |
43 | gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; | 43 | gpio = <&gpio1 9 GPIO_ACTIVE_HIGH>; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | regulator@4 { | 46 | regulator@4 { |
@@ -52,7 +52,7 @@ | |||
52 | enable-active-high; | 52 | enable-active-high; |
53 | regulator-always-on; | 53 | regulator-always-on; |
54 | regulator-boot-on; | 54 | regulator-boot-on; |
55 | gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>; | 55 | gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>; |
56 | }; | 56 | }; |
57 | 57 | ||
58 | regulator@5 { | 58 | regulator@5 { |
@@ -64,7 +64,7 @@ | |||
64 | enable-active-high; | 64 | enable-active-high; |
65 | regulator-always-on; | 65 | regulator-always-on; |
66 | regulator-boot-on; | 66 | regulator-boot-on; |
67 | gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>; | 67 | gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>; |
68 | }; | 68 | }; |
69 | }; | 69 | }; |
70 | 70 | ||