RISCV: dts: starfive: enable jpg, vpu_dec and vpu_enc nodes in visionfive-2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 24 Jan 2024 01:50:06 +0000 (10:50 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2024 00:14:04 +0000 (09:14 +0900)
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 <sw0312.kim@samsung.com>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

index 77d5782..732d74a 100644 (file)
        status = "okay";
 };
 
+&jpu {
+       status = "okay";
+};
+
+&vpu_dec {
+       status = "okay";
+};
+
+&vpu_enc {
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <100000>;
        i2c-sda-hold-time-ns = <300>;