Skip to content

Commit

Permalink
ARM: shmobile: koelsch: Enable DU device in DT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Oct 30, 2014
1 parent 910343e commit 0ee56d4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions arch/arm/boot/dts/r8a7791-koelsch.dts
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,24 @@
};
};

&du {
pinctrl-0 = <&du_pins>;
pinctrl-names = "default";
status = "okay";

ports {
port@1 {
lvds_connector: endpoint {
};
};
};
};

&extal_clk {
clock-frequency = <20000000>;
};

&pfc {
pinctrl-0 = <&du_pins>;
pinctrl-names = "default";

i2c2_pins: i2c2 {
renesas,groups = "i2c2";
renesas,function = "i2c2";
Expand Down

0 comments on commit 0ee56d4

Please sign in to comment.