Commit 272bde03 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

arm64: dts: r8a7795: salvator-x: Configure pins for the DU RGB output

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e8c841f5
...@@ -181,6 +181,8 @@ vga_in: endpoint { ...@@ -181,6 +181,8 @@ vga_in: endpoint {
}; };
&du { &du {
pinctrl-0 = <&du_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
ports { ports {
...@@ -227,6 +229,11 @@ avb_pins: avb { ...@@ -227,6 +229,11 @@ avb_pins: avb {
function = "avb"; function = "avb";
}; };
du_pins: du {
groups = "du_rgb888", "du_sync", "du_oddf", "du_clk_out_0";
function = "du";
};
sdhi0_pins: sd0 { sdhi0_pins: sd0 {
groups = "sdhi0_data4", "sdhi0_ctrl"; groups = "sdhi0_data4", "sdhi0_ctrl";
function = "sdhi0"; function = "sdhi0";
......
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