Skip to content

Commit

Permalink
ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and…
Browse files Browse the repository at this point in the history
… -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>
  • Loading branch information
Heiko Stuebner committed Jan 29, 2015
1 parent 9fffa7a commit 863b76b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/rk3288-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
status = "okay";
};

&hdmi {
status = "okay";
};

&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;
Expand All @@ -120,6 +124,10 @@
status = "okay";
};

&i2c5 {
status = "okay";
};

&wdt {
status = "okay";
};
Expand Down Expand Up @@ -187,3 +195,19 @@
&usb_host1 {
status = "okay";
};

&vopb {
status = "okay";
};

&vopb_mmu {
status = "okay";
};

&vopl {
status = "okay";
};

&vopl_mmu {
status = "okay";
};
22 changes: 22 additions & 0 deletions arch/arm/boot/dts/rk3288-firefly.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
status = "okay";
};

&hdmi {
status = "okay";
};

&i2c0 {
clock-frequency = <400000>;
status = "okay";
Expand Down Expand Up @@ -265,6 +269,7 @@
regulator-name = "vdd10_lcd";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
};

vcca_18: REG7 {
Expand Down Expand Up @@ -303,6 +308,7 @@
regulator-name = "vcc18_lcd";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
};
};
Expand Down Expand Up @@ -462,6 +468,22 @@
status = "okay";
};

&vopb {
status = "okay";
};

&vopb_mmu {
status = "okay";
};

&vopl {
status = "okay";
};

&vopl_mmu {
status = "okay";
};

&wdt {
status = "okay";
};

0 comments on commit 863b76b

Please sign in to comment.