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: Jakob 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: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jakob Unterwurzacher 2018-04-24 16:24:59 +02:00 committed by Heiko Stuebner
parent 5041bb82f8
commit 17bd073794
1 changed files with 21 additions and 0 deletions

View File

@ -143,6 +143,11 @@ vddd_codec: vddd-codec {
};
};
&hdmi {
ddc-i2c-bus = <&i2c3>;
status = "okay";
};
&i2c1 {
status = "okay";
clock-frequency = <400000>;
@ -285,3 +290,19 @@ &usb_host0_ehci {
&usb_host0_ohci {
status = "okay";
};
&vopb {
status = "okay";
};
&vopb_mmu {
status = "okay";
};
&vopl {
status = "okay";
};
&vopl_mmu {
status = "okay";
};