arm64: dts: rockchip: enable display nodes on
From: Heiko Stuebner <heiko@...> Date: Sun, 10 Dec 2017 00:11:45 +0100
Commit-Message
Enable necessary nodes to get output on the hdmi port of the board. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
Statistics
- 16 lines added
- 0 lines removed
Changes
---------------- arch/arm64/boot/dts/rockchip/rk3328-rock64.dts ----------------
index 5c43a61d3178..ca48be13dee7 100644
@@ -145,6 +145,14 @@
status = "okay";
};
+&hdmi {
+ status = "okay";
+};
+
+&hdmiphy {
+ status = "okay";
+};
+
&i2c1 {
status = "okay";
@@ -341,3 +349,11 @@
dr_mode = "host";
status = "okay";
};
+
+&vop {
+ status = "okay";
+};
+
+&vop_mmu {
+ status = "okay";
+};