From: Jason Cooper Date: Sat, 21 Jun 2014 19:21:13 +0000 (+0000) Subject: ARM: kirkwood: fix net5big regulator gpio assignments X-Git-Tag: firefly_0821_release~176^2~3445^2~16^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d854fa8a1500bec982ed9cb26b82d96bd5ae8dab;p=firefly-linux-kernel-4.4.55.git ARM: kirkwood: fix net5big regulator gpio assignments Late correction from Simon's testing. Reported-by: Simon Guinot Link: https://lkml.kernel.org/r/20140621095001.GW20207@kw.sim.vm.gnt Signed-off-by: Jason Cooper --- 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 @@ 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>; }; };