[PATCH v2 8/9] arm64: dts: rockchip: Enable HDMI output on RK3368-Lion-Haikou
Quentin Schulz
quentin.schulz at cherry.de
Mon Dec 1 08:31:44 PST 2025
Hi Heiko,
On 10/21/25 9:42 AM, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner at cherry.de>
>
> Enable the VOP and HDMI controller on the Lion-Haikou board.
>
> Signed-off-by: Heiko Stuebner <heiko.stuebner at cherry.de>
> ---
> .../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 at 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 <quentin.schulz at cherry.de>
Thanks!
Quentin
More information about the linux-arm-kernel
mailing list