• Steen Hegelund's avatar
    reset: mchp: sparx5: add switch reset driver · 453ed428
    Steen Hegelund authored
    The Sparx5 Switch SoC has a number of components that can be reset
    indiviually, but at least the Switch Core needs to be in a well defined
    state at power on, when any of the Sparx5 drivers starts to access the
    Switch Core, this reset driver is available.
    
    The reset driver is loaded early via the postcore_initcall interface, and
    will then be available for the other Sparx5 drivers (SGPIO, SwitchDev etc)
    that are loaded next, and the first of them to be loaded can perform the
    one-time Switch Core reset that is needed.
    
    The driver has protection so that the system busses, DDR controller, PCI-E
    and ARM A53 CPU and a few other subsystems are not touched by the reset.
    Signed-off-by: default avatarSteen Hegelund <steen.hegelund@microchip.com>
    Reviewed-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
    Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
    453ed428
reset-microchip-sparx5.c 3.64 KB