diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-12-10 00:11:45 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-28 13:18:37 +0200 |
commit | e78d53c7b2873e0724eb765a88ccde42560b0e05 (patch) | |
tree | bb8b223c74471a235a3ed6c54941af93d37b7f07 /arch | |
parent | 725e351c265a8d78b104b7c7a07e3fd4a85a126f (diff) |
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>
Diffstat (limited to 'arch')
-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"; +}; |