diff options
author | Leonidas P. Papadakos <papadakospan@gmail.com> | 2019-04-03 21:22:48 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-04-11 15:12:38 +0300 |
commit | efd38668884f3ae0e7b65ba3936871ee84bd4114 (patch) | |
tree | a02a944bcdc1f9fbd89451b21898925bba02194c /arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | |
parent | de674862f76d006c670308c46a010b3a09536fd3 (diff) | |
download | linux-efd38668884f3ae0e7b65ba3936871ee84bd4114.tar.xz |
arm64: dts: rockchip: enable display nodes on rk3328-roc-cc
Enable necessary nodes to get output on the hdmi port of the board.
This is a port of Heiko's patch for the rock64.
Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts index 8ec6c68842ff..36a73a078f0a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts @@ -150,6 +150,14 @@ status = "okay"; }; +&hdmi { + status = "okay"; +}; + +&hdmiphy { + status = "okay"; +}; + &i2c1 { status = "okay"; @@ -333,3 +341,11 @@ &usb_host0_ohci { status = "okay"; }; + +&vop { + status = "okay"; +}; + +&vop_mmu { + status = "okay"; +}; |