projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c04a7
)
ARM: shmobile: koelsch: correct renesas,gpios to renesas,groups in sd[012] pfc
author
Magnus Damm
<damm@opensource.se>
Mon, 14 Apr 2014 10:13:21 +0000
(19:13 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 14 Apr 2014 22:39:11 +0000
(07:39 +0900)
Fix typo of renesas,groups in the koeslch dt. The kernel has no
renesas,gpios but this should match renesas,groups.
Noticed thanks to similar fix for Lager by Rob Taylor and Ben Dooks.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7791-koelsch.dts
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index bdd73e6657b27a76ee2d2f7c37abdced267b96ae..de1b6977c69a4b009d3e658b8d9790b373278d49 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/
arch/arm/boot/dts/r8a7791-koelsch.dts
@@
-230,17
+230,17
@@
};
sdhi0_pins: sd0 {
- renesas,g
pio
s = "sdhi0_data4", "sdhi0_ctrl";
+ renesas,g
roup
s = "sdhi0_data4", "sdhi0_ctrl";
renesas,function = "sdhi0";
};
sdhi1_pins: sd1 {
- renesas,g
pio
s = "sdhi1_data4", "sdhi1_ctrl";
+ renesas,g
roup
s = "sdhi1_data4", "sdhi1_ctrl";
renesas,function = "sdhi1";
};
sdhi2_pins: sd2 {
- renesas,g
pio
s = "sdhi2_data4", "sdhi2_ctrl";
+ renesas,g
roup
s = "sdhi2_data4", "sdhi2_ctrl";
renesas,function = "sdhi2";
};