arm64: dts: rockchip: enable display subsystem on rk3399-firefly
authorHeiko Stuebner <heiko@sntech.de>
Wed, 31 May 2017 09:59:56 +0000 (11:59 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 16 Sep 2017 23:55:56 +0000 (01:55 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts

index 7fd4bfc..f6fbcc0 100644 (file)
        status = "okay";
 };
 
+&hdmi {
+       ddc-i2c-bus = <&i2c3>;
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <400000>;
        i2c-scl-rising-time-ns = <168>;
        status = "okay";
        dr_mode = "host";
 };
+
+&vopb {
+       status = "okay";
+};
+
+&vopb_mmu {
+       status = "okay";
+};
+
+&vopl {
+       status = "okay";
+};
+
+&vopl_mmu {
+       status = "okay";
+};