]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_config
authorMarek Vasut <marex@denx.de>
Tue, 26 Mar 2024 12:07:23 +0000 (13:07 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 09:30:50 +0000 (11:30 +0200)
commit85d1de9a1f39a0ff393cd90aec46ce47d40be60c
tree6a5b080650e783ce53a835b1302346ad046ce8da
parent343742661b0500b1873a6e4fcb7bff9d16f955a4
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>
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h
drivers/net/dwc_eth_qos_stm32.c