aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2014-01-21 10:02:54 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-10-29 20:47:13 -0400
commit0ee56d403549fd97d8acac6b7ba3a17f6999c30a (patch)
tree81556b43810401985b3cbeb371f34d18035df202 /arch
parent910343e7e281c3f6ac0c660061370afa306d24d0 (diff)
ARM: shmobile: koelsch: Enable DU device in DT
Specify the DU output topology, enable the DU device and configure the related pins. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch.dts16
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 07550e775e80..4f4e56e5de3d 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -211,14 +211,24 @@
211 }; 211 };
212}; 212};
213 213
214&du {
215 pinctrl-0 = <&du_pins>;
216 pinctrl-names = "default";
217 status = "okay";
218
219 ports {
220 port@1 {
221 lvds_connector: endpoint {
222 };
223 };
224 };
225};
226
214&extal_clk { 227&extal_clk {
215 clock-frequency = <20000000>; 228 clock-frequency = <20000000>;
216}; 229};
217 230
218&pfc { 231&pfc {
219 pinctrl-0 = <&du_pins>;
220 pinctrl-names = "default";
221
222 i2c2_pins: i2c2 { 232 i2c2_pins: i2c2 {
223 renesas,groups = "i2c2"; 233 renesas,groups = "i2c2";
224 renesas,function = "i2c2"; 234 renesas,function = "i2c2";