ARM: dts: rockchip: enable vops and hdmi output on rk3288-vyasa
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 11 Sep 2017 08:26:21 +0000 (13:56 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 16 Sep 2017 23:55:46 +0000 (01:55 +0200)
Enable VOPs, hdmi node and the i2c bus used for HDMI DDC reading
on the rk3288-vyasa board.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-vyasa.dts

index 1fd5e2f3542ecc703cfaa5dd44f4eada44bc0c79..156193b977c4ffa4c9d07e534a62c5db08ee33f6 100644 (file)
        cpu0-supply = <&vdd_cpu>;
 };
 
+&hdmi {
+       ddc-i2c-bus = <&i2c2>;
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <400000>;
        status = "okay";
        };
 };
 
+&i2c2 {
+       status = "okay";
+};
+
 &sdmmc {
        bus-width = <4>;
        cap-mmc-highspeed;
        status = "okay";
 };
 
+&vopb {
+       status = "okay";
+};
+
+&vopb_mmu {
+       status = "okay";
+};
+
+&vopl {
+       status = "okay";
+};
+
+&vopl_mmu {
+       status = "okay";
+};
+
 &wdt {
        status = "okay";
 };