aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3066a-mk808.dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2019-03-30 10:56:38 +0100
committerHeiko Stuebner <heiko@sntech.de>2019-03-31 17:28:05 +0200
commit4b028ebd4e3d86c61161b3a937b746043006dcbe (patch)
tree92adcba30b5592a54ab53c640558f21b098bbbc6 /arch/arm/boot/dts/rk3066a-mk808.dts
parentARM: dts: rockchip: add rk3066 hdmi nodes (diff)
downloadlinux-dev-4b028ebd4e3d86c61161b3a937b746043006dcbe.tar.xz
linux-dev-4b028ebd4e3d86c61161b3a937b746043006dcbe.zip
ARM: dts: rockchip: enable vop0 and hdmi nodes to rk3066a-mk808
This patch enables the vop0 and hdmi nodes for a MK808 with rk3066 processor. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-mk808.dts')
-rw-r--r--arch/arm/boot/dts/rk3066a-mk808.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts
index 9d2216d71f70..8bc259d3e450 100644
--- a/arch/arm/boot/dts/rk3066a-mk808.dts
+++ b/arch/arm/boot/dts/rk3066a-mk808.dts
@@ -30,6 +30,17 @@
};
};
+ hdmi_con {
+ compatible = "hdmi-connector";
+ type = "c";
+
+ port {
+ hdmi_con_in: endpoint {
+ remote-endpoint = <&hdmi_out_con>;
+ };
+ };
+ };
+
vcc_io: vcc-io {
compatible = "regulator-fixed";
regulator-name = "vcc_io";
@@ -91,6 +102,20 @@
};
};
+&hdmi {
+ status = "okay";
+};
+
+&hdmi_in_vop1 {
+ status = "disabled";
+};
+
+&hdmi_out {
+ hdmi_out_con: endpoint {
+ remote-endpoint = <&hdmi_con_in>;
+ };
+};
+
&mmc0 {
bus-width = <4>;
cap-mmc-highspeed;
@@ -150,6 +175,10 @@
status = "okay";
};
+&vop0 {
+ status = "okay";
+};
+
&wdt {
status = "okay";
};