OSDN Git Service

arm64: dts: rockchip: enable hdmi on rk3399-puma-haikou
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
Tue, 24 Apr 2018 14:24:59 +0000 (16:24 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 3 May 2018 12:38:20 +0000 (14:38 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts

index bb2b5a8..e0afdd8 100644 (file)
        };
 };
 
+&hdmi {
+       ddc-i2c-bus = <&i2c3>;
+       status = "okay";
+};
+
 &i2c1 {
        status = "okay";
        clock-frequency = <400000>;
 &usb_host0_ohci {
        status = "okay";
 };
+
+&vopb {
+       status = "okay";
+};
+
+&vopb_mmu {
+       status = "okay";
+};
+
+&vopl {
+       status = "okay";
+};
+
+&vopl_mmu {
+       status = "okay";
+};