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
parent be2839dd8a
commit 8aaa053cf3

View File

@@ -150,6 +150,10 @@
cpu-supply = <&vdd_arm>;
};
&display_subsystem {
status = "okay";
};
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
@@ -183,6 +187,10 @@
mali-supply = <&vdd_logic>;
};
&hdmi {
status = "okay";
};
&i2c1 {
status = "okay";
@@ -438,3 +446,12 @@
&usbdrd_dwc3 {
status = "okay";
};
&vop {
status = "okay";
};
&vop_mmu {
status = "okay";
};