arm64: dts: rockchip: enable display subsystem on rk3399-firefly
From: Heiko Stuebner <heiko@...> Date: Wed, 31 May 2017 11:59:56 +0200
Commit-Message
Enable the graphics-related nodes on the rk3399-firefly which makes it possible to see output on the on-board hdmi output. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
Statistics
- 25 lines added
- 0 lines removed
Changes
--------------- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts ----------------
index 7fd4bfcaa38e..05fb773f975b 100644
@@ -255,6 +255,11 @@
status = "okay";
};
+&hdmi {
+ ddc-i2c-bus = <&i2c3>;
+ status = "okay";
+};
+
&i2c0 {
clock-frequency = <400000>;
i2c-scl-rising-time-ns = <168>;
@@ -728,3 +733,23 @@
status = "okay";
dr_mode = "host";
};
+
+&vopb {
+ assigned-clocks = <&cru ACLK_VOP0>, <&cru HCLK_VOP0>, <&cru DCLK_VOP0>;
+ assigned-clock-rates = <400000000>, <200000000>, <100000000>;
+ status = "okay";
+};
+
+&vopb_mmu {
+ status = "okay";
+};
+
+&vopl {
+ assigned-clocks = <&cru ACLK_VOP1>, <&cru HCLK_VOP1>, <&cru DCLK_VOP1>;
+ assigned-clock-rates = <400000000>, <200000000>, <100000000>;
+ status = "okay";
+};
+
+&vopl_mmu {
+ status = "okay";
+};