Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e78d53c7 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

arm64: dts: rockchip: enable display nodes on rk3328-rock64



Enable necessary nodes to get output on the hdmi port of the board.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 725e351c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -125,6 +125,14 @@
	status = "okay";
};

&hdmi {
	status = "okay";
};

&hdmiphy {
	status = "okay";
};

&i2c1 {
	status = "okay";

@@ -336,3 +344,11 @@
&usb_host0_ohci {
	status = "okay";
};

&vop {
	status = "okay";
};

&vop_mmu {
	status = "okay";
};