
27 Jan
2020
27 Jan
'20
6:52 a.m.
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Michael Walle Sent: Friday, December 20, 2019 6:47 PM To: u-boot@lists.denx.de Cc: Joe Hershberger joe.hershberger@ni.com Subject: [PATCH v2 2/2] drivers: net: fsl_enetc: add write_hwaddr() for LS1028A
The LS1028A SoC is special in the handling of the MAC addresses. We need to write to the IERB version of the PSIPMAR0/1 register. This value will be sampled into the corresponding port PSIPMAR0/1 register if the PCI memory access is enabled.
Signed-off-by: Michael Walle michael@walle.cc Signed-off-by: Alex Marginean alexandru.marginean@nxp.com
patch applied in u-boot-fsl-qoriq/master -priyankajain