ARM: kirkwood: fix net5big regulator gpio assignments
authorJason Cooper <jason@lakedaemon.net>
Sat, 21 Jun 2014 19:21:13 +0000 (19:21 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sat, 21 Jun 2014 19:21:13 +0000 (19:21 +0000)
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>
arch/arm/boot/dts/kirkwood-net5big.dts

index 51c56a9490b3ab5e4a38ccfcb96dbe294cf65587..d2887ed493f2f6565b10780b5eb0dc8936cde6a9 100644 (file)
@@ -40,7 +40,7 @@
                enable-active-high;
                regulator-always-on;
                regulator-boot-on;
-               gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio1 9 GPIO_ACTIVE_HIGH>;
        };
 
        regulator@4 {
@@ -52,7 +52,7 @@
                enable-active-high;
                regulator-always-on;
                regulator-boot-on;
-               gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
        };
 
        regulator@5 {
@@ -64,7 +64,7 @@
                enable-active-high;
                regulator-always-on;
                regulator-boot-on;
-               gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
        };
 };