drivers: eth_mcux: update for dts change to local-mac-address
uint8_array values are now generated as structure initializers. Update the code accordingly. The implementation assumes that existing devicetree source does not provide the correct OUI so preserves the in-driver override of the value provided by devicetree and its setting for random/unique addresses. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
388460ac14
commit
ec2ba8d968
3 changed files with 13 additions and 15 deletions
|
@ -118,9 +118,7 @@
|
|||
|
||||
#define DT_ETH_MCUX_0_NAME DT_NXP_KINETIS_ETHERNET_402D8000_LABEL
|
||||
|
||||
#define DT_ETH_MCUX_0_MAC3 DT_NXP_KINETIS_ETHERNET_402D8000_LOCAL_MAC_ADDRESS_3
|
||||
#define DT_ETH_MCUX_0_MAC4 DT_NXP_KINETIS_ETHERNET_402D8000_LOCAL_MAC_ADDRESS_4
|
||||
#define DT_ETH_MCUX_0_MAC5 DT_NXP_KINETIS_ETHERNET_402D8000_LOCAL_MAC_ADDRESS_5
|
||||
#define DT_ETH_MCUX_0_MAC DT_NXP_KINETIS_ETHERNET_402D8000_LOCAL_MAC_ADDRESS
|
||||
|
||||
#define DT_IRQ_ETH_COMMON DT_NXP_KINETIS_ETHERNET_402D8000_IRQ_0
|
||||
#define DT_IRQ_ETH_IEEE1588_TMR DT_NXP_KINETIS_PTP_402D8000_PTP_IRQ_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue