From: Seung-Woo Kim Date: Wed, 24 Jan 2024 01:50:06 +0000 (+0900) Subject: RISCV: dts: starfive: enable jpg, vpu_dec and vpu_enc nodes in visionfive-2 X-Git-Tag: accepted/tizen/unified/x/20240220.145856~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=708a313fba9e9aea566c5276f7f41fd91e04f44f;p=platform%2Fkernel%2Flinux-starfive.git RISCV: dts: starfive: enable jpg, vpu_dec and vpu_enc nodes in visionfive-2 To support video codec, wave vpu, enable related jpg, vpu_dec and vpu_enc nodes in visionfive-2. NOTE: Only wave511 vpu_dec is supported with wave video codec driver because visionfive-2 vpu_enc wave420 is different from currently supported wave521 by the driver. Change-Id: Icdd828ce35c98eee9a90a82c69c13614e53bb970 Signed-off-by: Seung-Woo Kim --- diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index 77d57824146e..732d74a15ebe 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -280,6 +280,18 @@ status = "okay"; }; +&jpu { + status = "okay"; +}; + +&vpu_dec { + status = "okay"; +}; + +&vpu_enc { + status = "okay"; +}; + &i2c0 { clock-frequency = <100000>; i2c-sda-hold-time-ns = <300>;