提交 d854fa8a 编写于 作者: J Jason Cooper

ARM: kirkwood: fix net5big regulator gpio assignments

Late correction from Simon's testing.
Reported-by: NSimon Guinot <simon.guinot@sequanux.org>
Link: https://lkml.kernel.org/r/20140621095001.GW20207@kw.sim.vm.gntSigned-off-by: NJason Cooper <jason@lakedaemon.net>
上级 133cea66
......@@ -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>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册