Commit 3024f507 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

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: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarMagnus Damm <damm@opensource.se>
[horms+renesas@verge.net.au: broken out of larger patch that
                             included board changes]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 08517b21
...@@ -111,9 +111,14 @@ &extal_clk { ...@@ -111,9 +111,14 @@ &extal_clk {
}; };
&pfc { &pfc {
pinctrl-0 = <&scif0_pins &scif1_pins>; pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
du_pins: du {
renesas,groups = "du_rgb666", "du_sync_1", "du_clk_out_0";
renesas,function = "du";
};
scif0_pins: serial0 { scif0_pins: serial0 {
renesas,groups = "scif0_data"; renesas,groups = "scif0_data";
renesas,function = "scif0"; renesas,function = "scif0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment