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: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Heiko Stuebner 2017-12-10 00:11:45 +01:00
parent 725e351c26
commit e78d53c7b2

View file

@ -125,6 +125,14 @@ &gmac2io {
status = "okay";
};
&hdmi {
status = "okay";
};
&hdmiphy {
status = "okay";
};
&i2c1 {
status = "okay";
@ -336,3 +344,11 @@ &usb_host0_ehci {
&usb_host0_ohci {
status = "okay";
};
&vop {
status = "okay";
};
&vop_mmu {
status = "okay";
};