arm64: dts: r8a7796: salvator-x: Enable HDMI output
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 21 Jun 2017 09:31:33 +0000 (12:31 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 27 Jul 2017 13:59:28 +0000 (15:59 +0200)
Enable the HDMI encoder for the M3-W Salvator-X board and hook it up to
the HDMI connector.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

index fe2743b..b317be0 100644 (file)
        clock-names = "du.0", "du.1", "du.2", "lvds.0",
                      "dclkin.0", "dclkin.1", "dclkin.2";
 };
+
+&hdmi0 {
+       status = "okay";
+
+       ports {
+               port@1 {
+                       reg = <1>;
+                       rcar_dw_hdmi0_out: endpoint {
+                               remote-endpoint = <&hdmi0_con>;
+                       };
+               };
+       };
+};
+
+&hdmi0_con {
+       remote-endpoint = <&rcar_dw_hdmi0_out>;
+};