diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-02-16 16:32:01 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-16 22:13:22 -0500 |
commit | afba941c18985ffd473f7bad85f89eb7c7121de4 (patch) | |
tree | 60164f2f5662568c971a795b42598ac28954fdee /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | 3024f507e1dc2b30fc64ed6106db6aea6e69cf0b (diff) |
ARM: shmobile: koelsch-reference: Add DU device to DTS
The DU device has no DT bindings yet, instantiate it as a platform
device for now.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Magnus Damm <damm@opensource.se>
[horms+renesas@verge.net.au: broken out of larger patch that
included board changes]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index d4b9bba38685..f67d2d0abded 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts | |||
@@ -109,9 +109,14 @@ | |||
109 | }; | 109 | }; |
110 | 110 | ||
111 | &pfc { | 111 | &pfc { |
112 | pinctrl-0 = <&scif0_pins &scif1_pins>; | 112 | pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>; |
113 | pinctrl-names = "default"; | 113 | pinctrl-names = "default"; |
114 | 114 | ||
115 | du_pins: du { | ||
116 | renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0"; | ||
117 | renesas,function = "du"; | ||
118 | }; | ||
119 | |||
115 | scif0_pins: serial0 { | 120 | scif0_pins: serial0 { |
116 | renesas,groups = "scif0_data_d"; | 121 | renesas,groups = "scif0_data_d"; |
117 | renesas,function = "scif0"; | 122 | renesas,function = "scif0"; |