ARM64: dts: rk3328-evb: enable hdmi

Change-Id: I42b74009d0ddded9afc10b24e453ca26808bd18e
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2017-06-02 11:19:01 +08:00
committed by Tao Huang
parent be9c12ae54
commit 44846699b9

View File

@@ -114,6 +114,10 @@
cpu-supply = <&vdd_arm>;
};
&display_subsystem {
status = "okay";
};
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
@@ -133,6 +137,10 @@
};
&hdmi {
status = "okay";
};
&i2c1 {
status = "okay";
@@ -313,3 +321,11 @@
&usb_host0_ohci {
status = "okay";
};
&vop {
status = "okay";
};
&vop_mmu {
status = "okay";
};