Commit 863b76b2 authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent 9fffa7ad
...@@ -104,6 +104,10 @@ &emmc { ...@@ -104,6 +104,10 @@ &emmc {
status = "okay"; status = "okay";
}; };
&hdmi {
status = "okay";
};
&sdmmc { &sdmmc {
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
...@@ -120,6 +124,10 @@ &i2c0 { ...@@ -120,6 +124,10 @@ &i2c0 {
status = "okay"; status = "okay";
}; };
&i2c5 {
status = "okay";
};
&wdt { &wdt {
status = "okay"; status = "okay";
}; };
...@@ -187,3 +195,19 @@ &usb_host0_ehci { ...@@ -187,3 +195,19 @@ &usb_host0_ehci {
&usb_host1 { &usb_host1 {
status = "okay"; status = "okay";
}; };
&vopb {
status = "okay";
};
&vopb_mmu {
status = "okay";
};
&vopl {
status = "okay";
};
&vopl_mmu {
status = "okay";
};
...@@ -179,6 +179,10 @@ &emmc { ...@@ -179,6 +179,10 @@ &emmc {
status = "okay"; status = "okay";
}; };
&hdmi {
status = "okay";
};
&i2c0 { &i2c0 {
clock-frequency = <400000>; clock-frequency = <400000>;
status = "okay"; status = "okay";
...@@ -265,6 +269,7 @@ vdd10_lcd: REG6 { ...@@ -265,6 +269,7 @@ vdd10_lcd: REG6 {
regulator-name = "vdd10_lcd"; regulator-name = "vdd10_lcd";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
regulator-always-on;
}; };
vcca_18: REG7 { vcca_18: REG7 {
...@@ -303,6 +308,7 @@ vcc18_lcd: REG12 { ...@@ -303,6 +308,7 @@ vcc18_lcd: REG12 {
regulator-name = "vcc18_lcd"; regulator-name = "vcc18_lcd";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-always-on;
}; };
}; };
}; };
...@@ -462,6 +468,22 @@ &usb_otg { ...@@ -462,6 +468,22 @@ &usb_otg {
status = "okay"; status = "okay";
}; };
&vopb {
status = "okay";
};
&vopb_mmu {
status = "okay";
};
&vopl {
status = "okay";
};
&vopl_mmu {
status = "okay";
};
&wdt { &wdt {
status = "okay"; status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment