Skip to content

Commit

Permalink
ARM64: dts: rk3328-evb: enable hdmi
Browse files Browse the repository at this point in the history
Change-Id: I42b74009d0ddded9afc10b24e453ca26808bd18e
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
  • Loading branch information
Zheng Yang committed Jun 2, 2017
1 parent be2839d commit 8aaa053
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
cpu-supply = <&vdd_arm>;
};

&display_subsystem {
status = "okay";
};

&emmc {
bus-width = <8>;
cap-mmc-highspeed;
Expand Down Expand Up @@ -183,6 +187,10 @@
mali-supply = <&vdd_logic>;
};

&hdmi {
status = "okay";
};

&i2c1 {
status = "okay";

Expand Down Expand Up @@ -438,3 +446,12 @@
&usbdrd_dwc3 {
status = "okay";
};

&vop {
status = "okay";
};

&vop_mmu {
status = "okay";
};

0 comments on commit 8aaa053

Please sign in to comment.