mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 16:51:48 +00:00
45 lines
1 KiB
Diff
45 lines
1 KiB
Diff
From a6694d42593994487c55738e790a3728b1a07706 Mon Sep 17 00:00:00 2001
|
|
From: Levin Du <djw@t-chip.com.cn>
|
|
Date: Wed, 15 Aug 2018 17:39:46 +0800
|
|
Subject: [PATCH] arm64: dts: rockchip: enable HDMI display nodes on
|
|
roc-rk3328-cc
|
|
|
|
Enable necessary nodes to get output on the hdmi port of the board.
|
|
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
Signed-off-by: Levin Du <djw@t-chip.com.cn>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 16 ++++++++++++++++
|
|
1 file changed, 16 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
|
index 6ba67963eaf5..8e85f07092bb 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
|
@@ -112,6 +112,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";
|
|
+};
|