diff options
author | 2017-12-10 00:11:45 +0100 | |
---|---|---|
committer | 2018-09-28 13:18:37 +0200 | |
commit | e78d53c7b2873e0724eb765a88ccde42560b0e05 (patch) | |
tree | bb8b223c74471a235a3ed6c54941af93d37b7f07 | |
parent | arm64: dts: rockchip: add rk3328 display nodes (diff) | |
download | wireguard-linux-e78d53c7b2873e0724eb765a88ccde42560b0e05.tar.xz wireguard-linux-e78d53c7b2873e0724eb765a88ccde42560b0e05.zip |
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>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 2170cf63845e..dc20145dd393 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -125,6 +125,14 @@ status = "okay"; }; +&hdmi { + status = "okay"; +}; + +&hdmiphy { + status = "okay"; +}; + &i2c1 { status = "okay"; @@ -336,3 +344,11 @@ &usb_host0_ohci { status = "okay"; }; + +&vop { + status = "okay"; +}; + +&vop_mmu { + status = "okay"; +}; |