firmware: ti_sci_static_data: add static DMA channel data
Include the static DMA channel data for ti_sci Signed-off-by: Hari Nagalla <hnagalla@ti.com> [bb@ti.com: rebased on TI's 2023.04 uboot] Signed-off-by: Bryan Brattlof <bb@ti.com>
This commit is contained in:
		
							parent
							
								
									817bff8f64
								
							
						
					
					
						commit
						9fa86d1770
					
				| 
						 | 
					@ -84,7 +84,8 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
#endif /* CONFIG_SOC_K3_J721S2 */
 | 
					#endif /* CONFIG_SOC_K3_J721S2 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if IS_ENABLED(CONFIG_SOC_K3_AM625) || IS_ENABLED(CONFIG_SOC_K3_AM62A7)
 | 
					#if IS_ENABLED(CONFIG_SOC_K3_AM625) || IS_ENABLED(CONFIG_SOC_K3_AM62A7) || \
 | 
				
			||||||
 | 
						IS_ENABLED(CONFIG_SOC_K3_AM62P5)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
					static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
				
			||||||
	/* BC channels */
 | 
						/* BC channels */
 | 
				
			||||||
| 
						 | 
					@ -96,7 +97,7 @@ static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{ },
 | 
						{ },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
#endif /* CONFIG_SOC_K3_AM625 || CONFIG_SOC_K3_AM62A7 */
 | 
					#endif /* CONFIG_SOC_K3_AM625 || CONFIG_SOC_K3_AM62A7 || CONFIG_SOC_K3_AM62P5 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if IS_ENABLED(CONFIG_SOC_K3_J784S4)
 | 
					#if IS_ENABLED(CONFIG_SOC_K3_J784S4)
 | 
				
			||||||
static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
					static struct ti_sci_resource_static_data rm_static_data[] = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue