projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133cea6
)
ARM: kirkwood: fix net5big regulator gpio assignments
author
Jason Cooper
<jason@lakedaemon.net>
Sat, 21 Jun 2014 19:21:13 +0000
(19:21 +0000)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/kirkwood-net5big.dts
b/arch/arm/boot/dts/kirkwood-net5big.dts
index 51c56a9490b3ab5e4a38ccfcb96dbe294cf65587..d2887ed493f2f6565b10780b5eb0dc8936cde6a9 100644
(file)
--- 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 = <&gpio
0
9 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio
1
9 GPIO_ACTIVE_HIGH>;
};
regulator@4 {
@@
-52,7
+52,7
@@
enable-active-high;
regulator-always-on;
regulator-boot-on;
- gpio = <&gpio
0
10 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio
1
10 GPIO_ACTIVE_HIGH>;
};
regulator@5 {
@@
-64,7
+64,7
@@
enable-active-high;
regulator-always-on;
regulator-boot-on;
- gpio = <&gpio
0
11 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio
1
11 GPIO_ACTIVE_HIGH>;
};
};