arm: dts: k3-j721e-r5: Remove MAIN R5FSS0 cluster from SPL
The MAIN R5FSS0 cluster and corresponding nodes are no longer required
to be enabled in R5 SPL after removing the support for booting any core
from this cluster on R5 SPL. So, remove these from the relevant dts
files.
This is essentially a revert of the additions done in commit 2984b82b3b
("arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL").
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210726211311.5977-5-s-anna@ti.com
			
			
This commit is contained in:
		
							parent
							
								
									ea985f6d92
								
							
						
					
					
						commit
						24f3fb6547
					
				|  | @ -13,8 +13,6 @@ | |||
| 	aliases { | ||||
| 		remoteproc0 = &sysctrler; | ||||
| 		remoteproc1 = &a72_0; | ||||
| 		remoteproc2 = &main_r5fss0_core0; | ||||
| 		remoteproc3 = &main_r5fss0_core1; | ||||
| 	}; | ||||
| 
 | ||||
| 	fs_loader0: fs_loader@0 { | ||||
|  | @ -23,18 +21,6 @@ | |||
| 	}; | ||||
| }; | ||||
| 
 | ||||
| &main_r5fss0 { | ||||
| 	u-boot,dm-spl; | ||||
| }; | ||||
| 
 | ||||
| &main_r5fss0_core0 { | ||||
| 	u-boot,dm-spl; | ||||
| }; | ||||
| 
 | ||||
| &main_r5fss0_core1 { | ||||
| 	u-boot,dm-spl; | ||||
| }; | ||||
| 
 | ||||
| &tps659413a { | ||||
| 	esm: esm { | ||||
| 		compatible = "ti,tps659413-esm"; | ||||
|  |  | |||
|  | @ -13,8 +13,6 @@ | |||
| 	aliases { | ||||
| 		remoteproc0 = &sysctrler; | ||||
| 		remoteproc1 = &a72_0; | ||||
| 		remoteproc2 = &main_r5fss0_core0; | ||||
| 		remoteproc3 = &main_r5fss0_core1; | ||||
| 	}; | ||||
| 
 | ||||
| 	chosen { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue