]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin
authorJohan Jonker <jbx6244@gmail.com>
Mon, 4 Dec 2023 17:40:58 +0000 (18:40 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 12 Dec 2023 19:38:36 +0000 (20:38 +0100)
Add hdmi-connector node to comply with the inno_hdmi binding.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/f5bc182b-f9b6-26a8-8649-19ce33e3c0e1@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3036-kylin.dts

index 67e1e04139e7326bc2539d555dd2be10fec1d146..4a8d27ace6bf0409006943390622d1505d8d33dd 100644 (file)
                reg = <0x60000000 0x20000000>;
        };
 
+       hdmi_con: hdmi-con {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_con_in: endpoint {
+                               remote-endpoint = <&hdmi_out_con>;
+                       };
+               };
+       };
+
        leds: gpio-leds {
                compatible = "gpio-leds";
 
        status = "okay";
 };
 
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
 &i2c1 {
        clock-frequency = <400000>;