From: Leonidas P. Papadakos Date: Wed, 3 Apr 2019 18:22:48 +0000 (+0300) Subject: arm64: dts: rockchip: enable display nodes on rk3328-roc-cc X-Git-Tag: v5.15~6343^2~8^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efd38668884f3ae0e7b65ba3936871ee84bd4114;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts index 8ec6c68..36a73a0 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"; +};