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 ad82bf39e268..4870c089b6c9 100644
@@ -108,6 +108,14 @@
status = "okay";
};
+&hdmi {
+ status = "okay";
+};
+
+&hdmiphy {
+ status = "okay";
+};
+
&i2c1 {
status = "okay";
@@ -304,3 +312,11 @@
dr_mode = "host";
status = "okay";
};
+
+&vop {
+ status = "okay";
+};
+
+&vop_mmu {
+ status = "okay";
+};