aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288-firefly.dtsi
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-01-28 06:27:16 -0500
committerHeiko Stuebner <heiko@sntech.de>2015-01-29 18:10:55 -0500
commit863b76b2b5da45cdf8819c4db468adfd2f0292f0 (patch)
treeff722bfe7e77fb063bf46addc2a560caa82d4871 /arch/arm/boot/dts/rk3288-firefly.dtsi
parent9fffa7ad0d0dc139ff45fab66f3e5ef98414f277 (diff)
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-firefly.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288-firefly.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi
index 7f0ba9b24869..6dcc5e9d9480 100644
--- a/arch/arm/boot/dts/rk3288-firefly.dtsi
+++ b/arch/arm/boot/dts/rk3288-firefly.dtsi
@@ -179,6 +179,10 @@
179 status = "okay"; 179 status = "okay";
180}; 180};
181 181
182&hdmi {
183 status = "okay";
184};
185
182&i2c0 { 186&i2c0 {
183 clock-frequency = <400000>; 187 clock-frequency = <400000>;
184 status = "okay"; 188 status = "okay";
@@ -265,6 +269,7 @@
265 regulator-name = "vdd10_lcd"; 269 regulator-name = "vdd10_lcd";
266 regulator-min-microvolt = <1000000>; 270 regulator-min-microvolt = <1000000>;
267 regulator-max-microvolt = <1000000>; 271 regulator-max-microvolt = <1000000>;
272 regulator-always-on;
268 }; 273 };
269 274
270 vcca_18: REG7 { 275 vcca_18: REG7 {
@@ -303,6 +308,7 @@
303 regulator-name = "vcc18_lcd"; 308 regulator-name = "vcc18_lcd";
304 regulator-min-microvolt = <1800000>; 309 regulator-min-microvolt = <1800000>;
305 regulator-max-microvolt = <1800000>; 310 regulator-max-microvolt = <1800000>;
311 regulator-always-on;
306 }; 312 };
307 }; 313 };
308 }; 314 };
@@ -462,6 +468,22 @@
462 status = "okay"; 468 status = "okay";
463}; 469};
464 470
471&vopb {
472 status = "okay";
473};
474
475&vopb_mmu {
476 status = "okay";
477};
478
479&vopl {
480 status = "okay";
481};
482
483&vopl_mmu {
484 status = "okay";
485};
486
465&wdt { 487&wdt {
466 status = "okay"; 488 status = "okay";
467}; 489};