projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3024f50
)
ARM: shmobile: koelsch-reference: Add DU device to DTS
author
Laurent Pinchart
<
[email protected]
>
Sun, 16 Feb 2014 21:32:01 +0000
(22:32 +0100)
committer
Simon Horman
<
[email protected]
>
Mon, 17 Feb 2014 03:13:22 +0000
(12:13 +0900)
The DU device has no DT bindings yet, instantiate it as a platform
device for now.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Acked-by: Magnus Damm <
[email protected]
>
[
[email protected]
: broken out of larger patch that
included board changes]
Signed-off-by: Simon Horman <
[email protected]
>
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 d4b9bba38685967dcc049e74e1019c4cf89ec4f6..f67d2d0abded2664f13acd66285cbd874ae40a00 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/
arch/arm/boot/dts/r8a7791-koelsch.dts
@@
-109,9
+109,14
@@
};
&pfc {
- pinctrl-0 = <&scif0_pins &scif1_pins>;
+ pinctrl-0 = <&
du_pins &
scif0_pins &scif1_pins>;
pinctrl-names = "default";
+ du_pins: du {
+ renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0";
+ renesas,function = "du";
+ };
+
scif0_pins: serial0 {
renesas,groups = "scif0_data_d";
renesas,function = "scif0";