ARM: dts: rockchip: enable vops and hdmi output on rk3288-vyasa

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>
This commit is contained in:
Jagan Teki
2017-09-11 13:56:21 +05:30
committed by Heiko Stuebner
parent 15306b752f
commit 7d705c2a9e

View File

@@ -82,6 +82,11 @@ &cpu0 {
cpu0-supply = <&vdd_cpu>;
};
&hdmi {
ddc-i2c-bus = <&i2c2>;
status = "okay";
};
&i2c0 {
clock-frequency = <400000>;
status = "okay";
@@ -275,6 +280,10 @@ regulator-state-mem {
};
};
&i2c2 {
status = "okay";
};
&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;
@@ -292,6 +301,22 @@ &uart2 {
status = "okay";
};
&vopb {
status = "okay";
};
&vopb_mmu {
status = "okay";
};
&vopl {
status = "okay";
};
&vopl_mmu {
status = "okay";
};
&wdt {
status = "okay";
};