From: Seung-Woo Kim Date: Thu, 5 Oct 2023 07:23:01 +0000 (+0900) Subject: RISCV: dts: starfive: enable jpg, vpu_dec and vpu_enc nodes in visionfive-2 X-Git-Tag: accepted/tizen/unified/riscv/20231013.094029~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2bb0d4501e1e8cd0fd998d0bebca93c5541770f;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 3968ed756b88..c9a2854ffc7e 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -177,6 +177,18 @@ status = "okay"; }; +&jpu { + status = "okay"; +}; + +&vpu_dec { + status = "okay"; +}; + +&vpu_enc { + status = "okay"; +}; + &i2c0 { clock-frequency = <100000>; i2c-sda-hold-time-ns = <300>;