arm64: dts: rockchip: enable display subsystem on rk3399-firefly
From: Heiko Stuebner <heiko@...> Date: Wed, 31 May 2017 11:59:56 +0200
Commit-Message
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@...>
Patch-Comment
changes in v2: - drop assigned clocks properties arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
Statistics
- 21 lines added
- 0 lines removed
Changes
--------------- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts ----------------
index 7fd4bfcaa38e..f6fbcc05073e 100644
@@ -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";
+};