Commit 569b26af authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

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

Add hdmi-connector node to comply with the inno_hdmi binding.
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/f5bc182b-f9b6-26a8-8649-19ce33e3c0e1@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 27ded76e
......@@ -13,6 +13,17 @@ memory@60000000 {
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 @@ &hdmi {
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&i2c1 {
clock-frequency = <400000>;
......
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