Hi, Ryan, On 27.02.2025 17:51, Ryan.Wanner@xxxxxxxxxxxxx wrote: > From: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx> > > Add PM support to SAMA7D65 SoC. > > Signed-off-by: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx> > --- > arch/arm/mach-at91/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig > index 04bd91c72521..f3ff1220c0fb 100644 > --- a/arch/arm/mach-at91/Kconfig > +++ b/arch/arm/mach-at91/Kconfig > @@ -65,6 +65,7 @@ config SOC_SAMA7D65 > select HAVE_AT91_SAM9X60_PLL > select HAVE_AT91_USB_CLK > select HAVE_AT91_UTMI > + select PM_OPP This is for OPP not PM support. For this series this should not be needed. > select SOC_SAMA7 > help > Select this if you are using one of Microchip's SAMA7D65 family SoC.