]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am62: Add ATCM and BTCM cbass ranges
authorJudith Mendez <jm@ti.com>
Fri, 2 May 2025 22:03:15 +0000 (17:03 -0500)
committerNishanth Menon <nm@ti.com>
Tue, 6 May 2025 12:29:51 +0000 (07:29 -0500)
Add cbass ranges for ATCM and BTCM on am62x device, without
these, remoteproc driver fails to probe and attach to the DM
r5 core and IPC communication is broken.

Signed-off-by: Judith Mendez <jm@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20250502220325.3230653-2-jm@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62.dtsi

index bfb55ca113239be4367a1cf8edf219187fafa8a0..59f6dff552ed40e4ac0f9c7077aa25d68d3b5283 100644 (file)
@@ -86,7 +86,9 @@
                         /* Wakeup Domain Range */
                         <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
                         <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>,
-                        <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>;
+                        <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>,
+                        <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
+                        <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
 
                cbass_mcu: bus@4000000 {
                        bootph-all;
                        #size-cells = <2>;
                        ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
                                 <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */
-                                <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>;
+                                <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>,
+                                <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
+                                <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
                };
        };