ARM: shmobile: koelsch-reference: Add DU device to DTS
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 16 Feb 2014 21:32:01 +0000 (22:32 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
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 <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>
arch/arm/boot/dts/r8a7791-koelsch.dts

index d4b9bba38685967dcc049e74e1019c4cf89ec4f6..f67d2d0abded2664f13acd66285cbd874ae40a00 100644 (file)
 };
 
 &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";