Skip to content

Commit 3854302

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: Enable HDMI output on RK3368-Lion-Haikou
Enable the VOP and HDMI controller on the Lion-Haikou board. Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://patch.msgid.link/20260114230707.4175162-4-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 6d60168 commit 3854302

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
};
5959
};
6060

61+
&display_subsystem {
62+
status = "okay";
63+
};
64+
65+
&hdmi {
66+
status = "okay";
67+
};
68+
6169
&i2c_lvds_blc {
6270
eeprom: eeprom@50 {
6371
compatible = "atmel,24c01";
@@ -101,6 +109,14 @@
101109
status = "disabled";
102110
};
103111

112+
&vop {
113+
status = "okay";
114+
};
115+
116+
&vop_mmu {
117+
status = "okay";
118+
};
119+
104120
&pinctrl {
105121
pinctrl-names = "default";
106122
pinctrl-0 = <&haikou_pin_hog>;

arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@
164164
status = "okay";
165165
};
166166

167+
&hdmi {
168+
avdd-0v9-supply = <&vdd10_video>;
169+
avdd-1v8-supply = <&vcc18_video>;
170+
};
171+
167172
&i2c0 {
168173
status = "okay";
169174

0 commit comments

Comments
 (0)