Skip to content

Commit 5aab66e

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Enable HDMI output for XPI-3128
Add an hdmi-connector node and enable the hdmi, display-subsystem and vop nodes. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20231222174220.55249-30-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 3fd6e33 commit 5aab66e

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@
4747
regulator-boot-on;
4848
};
4949

50+
hdmi-connnector {
51+
compatible = "hdmi-connector";
52+
type = "a";
53+
54+
port {
55+
hdmi_connector_in: endpoint {
56+
remote-endpoint = <&hdmi_connector_out>;
57+
};
58+
};
59+
};
60+
5061
/*
5162
* This is a vbus-supply, which also supplies the GL852G usb hub,
5263
* thus has to be always-on
@@ -239,6 +250,10 @@
239250
cpu-supply = <&vdd_arm>;
240251
};
241252

253+
&display_subsystem {
254+
status = "okay";
255+
};
256+
242257
&emmc {
243258
bus-width = <8>;
244259
vmmc-supply = <&vcc_io>;
@@ -328,6 +343,16 @@
328343
status = "okay";
329344
};
330345

346+
&hdmi {
347+
status = "okay";
348+
};
349+
350+
&hdmi_out {
351+
hdmi_connector_out: endpoint {
352+
remote-endpoint = <&hdmi_connector_in>;
353+
};
354+
};
355+
331356
&mdio {
332357
phy0: ethernet-phy@1 {
333358
compatible = "ethernet-phy-ieee802.3-c22";
@@ -423,3 +448,7 @@
423448
&usb2phy_otg {
424449
status = "okay";
425450
};
451+
452+
&vop {
453+
status = "okay";
454+
};

0 commit comments

Comments
 (0)