diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-02-16 16:31:59 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-16 22:07:50 -0500 |
commit | 3024f507e1dc2b30fc64ed6106db6aea6e69cf0b (patch) | |
tree | e1973d4c70c4d1d12a8f8527f506c5dc5233b4c0 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | 08517b212726e90b1755e3c917ba064b24e97cbe (diff) |
ARM: shmobile: lager: 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/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 5466fe4ed43e..26a90106e96c 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -111,9 +111,14 @@ | |||
111 | }; | 111 | }; |
112 | 112 | ||
113 | &pfc { | 113 | &pfc { |
114 | pinctrl-0 = <&scif0_pins &scif1_pins>; | 114 | pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>; |
115 | pinctrl-names = "default"; | 115 | pinctrl-names = "default"; |
116 | 116 | ||
117 | du_pins: du { | ||
118 | renesas,groups = "du_rgb666", "du_sync_1", "du_clk_out_0"; | ||
119 | renesas,function = "du"; | ||
120 | }; | ||
121 | |||
117 | scif0_pins: serial0 { | 122 | scif0_pins: serial0 { |
118 | renesas,groups = "scif0_data"; | 123 | renesas,groups = "scif0_data"; |
119 | renesas,function = "scif0"; | 124 | renesas,function = "scif0"; |