mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
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>
This commit is contained in:
parent
133cea6680
commit
d854fa8a15
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user