]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
reset: sparx5: add LAN969x support
authorRobert Marko <robert.marko@sartura.hr>
Mon, 22 Sep 2025 14:27:29 +0000 (16:27 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 18 Nov 2025 16:52:53 +0000 (17:52 +0100)
LAN969x uses the same reset configuration as LAN966x, but we need to
allow compiling it when ARCH_LAN969X is selected.

A fallback compatible to LAN966x will be used.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig

index 78b7078478d46d484ce031f527a933c81a838b1d..59245cd0c393e809566223cb74cfa9302a329f98 100644 (file)
@@ -170,7 +170,7 @@ config RESET_LPC18XX
 
 config RESET_MCHP_SPARX5
        tristate "Microchip Sparx5 reset driver"
-       depends on ARCH_SPARX5 || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST
+       depends on ARCH_SPARX5 || ARCH_LAN969X || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST
        default y if SPARX5_SWITCH
        select MFD_SYSCON
        help