summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288-evb.dtsi
diff options
context:
space:
mode:
authorHeiko Stuebner2015-01-28 12:27:16 +0100
committerHeiko Stuebner2015-01-30 00:10:55 +0100
commit863b76b2b5da45cdf8819c4db468adfd2f0292f0 (patch)
treeff722bfe7e77fb063bf46addc2a560caa82d4871 /arch/arm/boot/dts/rk3288-evb.dtsi
parentARM: dts: rockchip: housekeeping off i2c0 on rk3288-evb boards (diff)
downloadkernel-qcow2-linux-863b76b2b5da45cdf8819c4db468adfd2f0292f0.tar.gz
kernel-qcow2-linux-863b76b2b5da45cdf8819c4db468adfd2f0292f0.tar.xz
kernel-qcow2-linux-863b76b2b5da45cdf8819c4db468adfd2f0292f0.zip
ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and -evb
This enables the recently added display nodes on the firefly and evb, letting the boards output graphic data over the hdmi port. This includes enabling of i2c5 on the evb that is used for ddc probing and setting the lcd-regulators to always on until the hdmi driver learns about using them. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-evb.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288-evb.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
index 3e067dd65d0c..6857730ca0c1 100644
--- a/arch/arm/boot/dts/rk3288-evb.dtsi
+++ b/arch/arm/boot/dts/rk3288-evb.dtsi
@@ -104,6 +104,10 @@
status = "okay";
};
+&hdmi {
+ status = "okay";
+};
+
&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;
@@ -120,6 +124,10 @@
status = "okay";
};
+&i2c5 {
+ status = "okay";
+};
+
&wdt {
status = "okay";
};
@@ -187,3 +195,19 @@
&usb_host1 {
status = "okay";
};
+
+&vopb {
+ status = "okay";
+};
+
+&vopb_mmu {
+ status = "okay";
+};
+
+&vopl {
+ status = "okay";
+};
+
+&vopl_mmu {
+ status = "okay";
+};