ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and -evb
authorHeiko Stuebner <heiko@sntech.de>
Wed, 28 Jan 2015 11:27:16 +0000 (12:27 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 29 Jan 2015 23:10:55 +0000 (00:10 +0100)
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>
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288-firefly.dtsi

index 3e067dd..6857730 100644 (file)
        status = "okay";
 };
 
+&hdmi {
+       status = "okay";
+};
+
 &sdmmc {
        bus-width = <4>;
        cap-mmc-highspeed;
        status = "okay";
 };
 
+&i2c5 {
+       status = "okay";
+};
+
 &wdt {
        status = "okay";
 };
 &usb_host1 {
        status = "okay";
 };
+
+&vopb {
+       status = "okay";
+};
+
+&vopb_mmu {
+       status = "okay";
+};
+
+&vopl {
+       status = "okay";
+};
+
+&vopl_mmu {
+       status = "okay";
+};
index 7f0ba9b..6dcc5e9 100644 (file)
        status = "okay";
 };
 
+&hdmi {
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <400000>;
        status = "okay";
                                regulator-name = "vdd10_lcd";
                                regulator-min-microvolt = <1000000>;
                                regulator-max-microvolt = <1000000>;
+                               regulator-always-on;
                        };
 
                        vcca_18: REG7 {
                                regulator-name = "vcc18_lcd";
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <1800000>;
+                               regulator-always-on;
                        };
                };
        };
        status = "okay";
 };
 
+&vopb {
+       status = "okay";
+};
+
+&vopb_mmu {
+       status = "okay";
+};
+
+&vopl {
+       status = "okay";
+};
+
+&vopl_mmu {
+       status = "okay";
+};
+
 &wdt {
        status = "okay";
 };