ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin

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>
This commit is contained in:
Johan Jonker 2023-12-04 18:40:58 +01:00 committed by Heiko Stuebner
parent 27ded76ef0
commit 569b26af79

View File

@ -13,6 +13,17 @@
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";
@ -110,6 +121,12 @@
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&i2c1 {
clock-frequency = <400000>;