summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2023-12-04 20:40:58 +0300
committerHeiko Stuebner <heiko@sntech.de>2023-12-12 22:38:36 +0300
commit569b26af7919c15a8ce231b4fae29cfbd811f144 (patch)
tree40691564c5368a26a4b64222c1d193c216486734 /arch/arm/boot
parent27ded76ef0fcfcf939914532aae575cf23c221b4 (diff)
downloadlinux-569b26af7919c15a8ce231b4fae29cfbd811f144.tar.xz
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/rockchip/rk3036-kylin.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
index 67e1e04139e7..4a8d27ace6bf 100644
--- a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
@@ -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>;