From: Heiko Stuebner Date: Wed, 31 May 2017 09:59:56 +0000 (+0200) Subject: arm64: dts: rockchip: enable display subsystem on rk3399-firefly X-Git-Tag: v4.15-rc1~75^2~34^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48f192cf84a09cbf38bbb85f3a85494f005ffa55;p=thirdparty%2Flinux.git arm64: dts: rockchip: enable display subsystem on rk3399-firefly Enable the graphics-related nodes on the rk3399-firefly which makes it possible to see output on the on-board hdmi output. Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index 7fd4bfcaa38e3..f6fbcc05073ee 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts @@ -255,6 +255,11 @@ status = "okay"; }; +&hdmi { + ddc-i2c-bus = <&i2c3>; + status = "okay"; +}; + &i2c0 { clock-frequency = <400000>; i2c-scl-rising-time-ns = <168>; @@ -728,3 +733,19 @@ status = "okay"; dr_mode = "host"; }; + +&vopb { + status = "okay"; +}; + +&vopb_mmu { + status = "okay"; +}; + +&vopl { + status = "okay"; +}; + +&vopl_mmu { + status = "okay"; +};