Commit d854fa8a authored by Jason Cooper's avatar Jason Cooper

ARM: kirkwood: fix net5big regulator gpio assignments

Late correction from Simon's testing.
Reported-by: default avatarSimon Guinot <simon.guinot@sequanux.org>
Link: https://lkml.kernel.org/r/20140621095001.GW20207@kw.sim.vm.gntSigned-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 133cea66
......@@ -40,7 +40,7 @@ regulator@3 {
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 @@ regulator@4 {
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 @@ regulator@5 {
enable-active-high;
regulator-always-on;
regulator-boot-on;
gpio = <&gpio0 11 GPIO_ACTIVE_HIGH>;
gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment