You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soc: xlnx: zynq7000: enable control register access
Enable access to the registers used to set a GEM instance's
TX clock frequency.
Without this memory mapping, the GEM controllers are only usable
without PHY management via MDIO with a fixed TX clock frequency
set by the FSBL. If MDIO and PHY management are enabled for
either GEM on the Zynq, the system will crash with a data abort
without this mapping.
The ZynqMP is not affected by this issue, as even with the MPU
enabled, the relevant SLCR register space is covered by the
"peripherals" mapping entry in the ZynqMP's MPU region table.
Signed-off-by: Immo Birnbaum <mail@birnbaum.immo>
0 commit comments