[PATCH] ARM: OMAP2+: Fix booting for am335x after moving to simple-pm-bus
Tony Lindgren
tony at atomide.com
Fri Jan 15 04:07:26 EST 2021
* Geert Uytterhoeven <geert at linux-m68k.org> [210115 08:59]:
> On Fri, Jan 15, 2021 at 9:29 AM Tony Lindgren <tony at atomide.com> wrote:
> > --- a/arch/arm/mach-omap2/Kconfig
> > +++ b/arch/arm/mach-omap2/Kconfig
> > @@ -105,8 +105,10 @@ config ARCH_OMAP2PLUS
> > select OMAP_DM_TIMER
> > select OMAP_GPMC
> > select PINCTRL
> > + select PM
> > select PM_GENERIC_DOMAINS if PM
> > select PM_GENERIC_DOMAINS_OF if PM
> > + select SIMPLE_PM_BUS if OF && PM
>
> PM is selected above, so those 3 dependencies on PM can be removed.
> ARCH_OMAP2PLUS depends on ARCH_MULTIPLATFORM, which
> selects USE_OF and thus OF?
Yeah OK I'll drop those. And fix the sorting issue I noticed for Kconfig :)
Regards,
Tony
More information about the linux-arm-kernel
mailing list