mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
The current glue code is specific to STM32MP15xx, the upcoming STM32MP13xx will introduce another entry specific to the STM32MP13xx. Rename the current entry to eqos_stm32mp15_config in preparation for STM32MP13xx addition. No functional change. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Christophe ROULLIER <christophe.roullier@foss.st.com>
This commit is contained in:
		
				
					committed by
					
						 Patrice Chotard
						Patrice Chotard
					
				
			
			
				
	
			
			
			
						parent
						
							343742661b
						
					
				
				
					commit
					85d1de9a1f
				
			| @@ -184,7 +184,7 @@ static struct eqos_ops eqos_stm32_ops = { | ||||
| 	.eqos_get_tick_clk_rate = eqos_get_tick_clk_rate_stm32 | ||||
| }; | ||||
|  | ||||
| struct eqos_config __maybe_unused eqos_stm32_config = { | ||||
| struct eqos_config __maybe_unused eqos_stm32mp15_config = { | ||||
| 	.reg_access_always_ok = false, | ||||
| 	.mdio_wait = 10000, | ||||
| 	.swr_wait = 50, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user