projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ded76
)
ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin
author
Johan Jonker
<jbx6244@gmail.com>
Mon, 4 Dec 2023 17:40:58 +0000
(18:40 +0100)
committer
Heiko 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
index 67e1e04139e7326bc2539d555dd2be10fec1d146..4a8d27ace6bf0409006943390622d1505d8d33dd 100644
(file)
--- 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>;