Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17bd0737 authored by Jakob Unterwurzacher's avatar Jakob Unterwurzacher Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: enable hdmi on rk3399-puma-haikou



The Puma-haikou combo supports hdmi output, so enable the hdmi controller
and vop controllers on it.

Signed-off-by: default avatarJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
Cc: linux-rockchip@lists.infradead.org
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5041bb82
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -143,6 +143,11 @@
	};
};

&hdmi {
	ddc-i2c-bus = <&i2c3>;
	status = "okay";
};

&i2c1 {
	status = "okay";
	clock-frequency = <400000>;
@@ -285,3 +290,19 @@
&usb_host0_ohci {
	status = "okay";
};

&vopb {
	status = "okay";
};

&vopb_mmu {
	status = "okay";
};

&vopl {
	status = "okay";
};

&vopl_mmu {
	status = "okay";
};