[PATCH 2/4] arm64: dts: ti: k3-j722s-main: update compatible string for C7XV dsps

Hari Nagalla posted 4 patches 1 month, 2 weeks ago
[PATCH 2/4] arm64: dts: ti: k3-j722s-main: update compatible string for C7XV dsps
Posted by Hari Nagalla 1 month, 2 weeks ago
update the compatible string for C7XV deep learning DSP core in J722S.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
index 9ee5d0c8ffd1..0a746ede01dd 100644
--- a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
@@ -373,7 +373,7 @@ main_r5fss0_core0: r5f@78400000 {
 	};
 
 	c7x_0: dsp@7e000000 {
-		compatible = "ti,am62a-c7xv-dsp";
+		compatible = "ti,j722s-c7xv-dsp";
 		reg = <0x00 0x7e000000 0x00 0x00200000>;
 		reg-names = "l2sram";
 		resets = <&k3_reset 208 1>;
@@ -385,7 +385,7 @@ c7x_0: dsp@7e000000 {
 	};
 
 	c7x_1: dsp@7e200000 {
-		compatible = "ti,am62a-c7xv-dsp";
+		compatible = "ti,j722s-c7xv-dsp";
 		reg = <0x00 0x7e200000 0x00 0x00200000>;
 		reg-names = "l2sram";
 		resets = <&k3_reset 268 1>;
-- 
2.34.1
Re: [PATCH 2/4] arm64: dts: ti: k3-j722s-main: update compatible string for C7XV dsps
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On Thu, Feb 12, 2026 at 06:11:49PM -0600, Hari Nagalla wrote:
> update the compatible string for C7XV deep learning DSP core in J722S.
> 
> Signed-off-by: Hari Nagalla <hnagalla@ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
> index 9ee5d0c8ffd1..0a746ede01dd 100644
> --- a/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j722s-main.dtsi
> @@ -373,7 +373,7 @@ main_r5fss0_core0: r5f@78400000 {
>  	};
>  
>  	c7x_0: dsp@7e000000 {
> -		compatible = "ti,am62a-c7xv-dsp";
> +		compatible = "ti,j722s-c7xv-dsp";

Silent, unjustified users break. Commit msg is so poor that this for
sure should not be accepted.

NAK

Best regards,
Krzysztof