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

Commit 7d705c2a authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner
Browse files

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: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 15306b75
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -82,6 +82,11 @@
	cpu0-supply = <&vdd_cpu>;
};

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

&i2c0 {
	clock-frequency = <400000>;
	status = "okay";
@@ -275,6 +280,10 @@
	};
};

&i2c2 {
	status = "okay";
};

&sdmmc {
	bus-width = <4>;
	cap-mmc-highspeed;
@@ -292,6 +301,22 @@
	status = "okay";
};

&vopb {
	status = "okay";
};

&vopb_mmu {
	status = "okay";
};

&vopl {
	status = "okay";
};

&vopl_mmu {
	status = "okay";
};

&wdt {
	status = "okay";
};