From: Sascha Hauer <s.ha...@pengutronix.de> Date: Tue, 16 Jun 2020 10:31:39 +0200
> The MVNETA_SERDES_CFG register is only available on older SoCs like the > Armada XP. On newer SoCs like the Armada 38x the fields are moved to > comphy. This patch moves the writes to this register next to the comphy > initialization, so that depending on the SoC either comphy or > MVNETA_SERDES_CFG is configured. > With this we no longer write to the MVNETA_SERDES_CFG on SoCs where it > doesn't exist. > > Suggested-by: Russell King <rmk+ker...@armlinux.org.uk> > Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> Applied.