Skip to content

Commit

Permalink
arm64: dts: rockchip: enable display nodes on rk3328-rock64
Browse files Browse the repository at this point in the history
Enable necessary nodes to get output on the hdmi port of the board.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Heiko Stuebner committed Sep 28, 2018
1 parent 725e351 commit e78d53c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@
status = "okay";
};

&hdmi {
status = "okay";
};

&hdmiphy {
status = "okay";
};

&i2c1 {
status = "okay";

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

&vop {
status = "okay";
};

&vop_mmu {
status = "okay";
};

0 comments on commit e78d53c

Please sign in to comment.