From: Jagan Teki Date: Mon, 11 Sep 2017 08:26:21 +0000 (+0530) Subject: ARM: dts: rockchip: enable vops and hdmi output on rk3288-vyasa X-Git-Tag: v4.15-rc1~75^2~35^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d705c2a9ece3cce386b4deedc8c40e16257fe26;p=thirdparty%2Flinux.git 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 Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts index 1fd5e2f3542ec..156193b977c4f 100644 --- a/arch/arm/boot/dts/rk3288-vyasa.dts +++ b/arch/arm/boot/dts/rk3288-vyasa.dts @@ -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"; };