Skip to content

Commit 569b26a

Browse files
Johan Jonkermmind
authored andcommitted
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>
1 parent 27ded76 commit 569b26a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rk3036-kylin.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
reg = <0x60000000 0x20000000>;
1414
};
1515

16+
hdmi_con: hdmi-con {
17+
compatible = "hdmi-connector";
18+
type = "a";
19+
20+
port {
21+
hdmi_con_in: endpoint {
22+
remote-endpoint = <&hdmi_out_con>;
23+
};
24+
};
25+
};
26+
1627
leds: gpio-leds {
1728
compatible = "gpio-leds";
1829

@@ -110,6 +121,12 @@
110121
status = "okay";
111122
};
112123

124+
&hdmi_out {
125+
hdmi_out_con: endpoint {
126+
remote-endpoint = <&hdmi_con_in>;
127+
};
128+
};
129+
113130
&i2c1 {
114131
clock-frequency = <400000>;
115132

0 commit comments

Comments
 (0)