diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-05-31 11:59:56 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-09-17 01:55:56 +0200 |
commit | 48f192cf84a09cbf38bbb85f3a85494f005ffa55 (patch) | |
tree | 3dd1f4552719f9c351d40ed31d3b0c1965508126 | |
parent | 9f3d07e08632e3b6f10d5241c584a83187920a18 (diff) | |
download | linux-48f192cf84a09cbf38bbb85f3a85494f005ffa55.tar.bz2 |
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 <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index 7fd4bfcaa38e..f6fbcc05073e 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"; +}; |