Hi Heiko,
On 10/21/25 9:42 AM, Heiko Stuebner wrote:
From: Heiko Stuebner <[email protected]>
Enable the VOP and HDMI controller on the Lion-Haikou board.
Signed-off-by: Heiko Stuebner <[email protected]>
---
.../boot/dts/rockchip/rk3368-lion-haikou.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
b/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
index abd1af97456a..a8eb4e9c2778 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
@@ -58,6 +58,16 @@ vcc5v0_otg: regulator-vcc5v0-otg {
};
};
+&display_subsystem {
+ status = "okay";
+};
+
+&hdmi {
+ avdd-0v9-supply = <&vdd10_video>;
+ avdd-1v8-supply = <&vcc18_video>;
+ status = "okay";
+};
+
&i2c_lvds_blc {
eeprom: eeprom@50 {
compatible = "atmel,24c01";
@@ -101,6 +111,14 @@ &uart1 {
status = "disabled";
};
+&vop {
+ status = "okay";
+};
+
+&vop_mmu {
+ status = "okay";
+};
+
This isn't alphabetically sorted (see &pinctrl right after) but I think
it's rather pinctrl being in the wrong location than vop* as all the
other nodes seem to be sorted properly, thus:
Reviewed-by: Quentin Schulz <[email protected]>
Thanks!
Quentin