On Sun, Jan 8, 2023, at 14:40, Arnd Bergmann wrote: > On Sun, Jan 8, 2023, at 09:49, Robert Jarzmik wrote: >> Arnd Bergmann <arnd@xxxxxxxxxx> writes: > If that's all you think is missing, I can add this > trivial patch as well and rework the series to not > drop code that depends on PXA310/PXA320: > > --- a/arch/arm/mach-pxa/Kconfig > +++ b/arch/arm/mach-pxa/Kconfig > @@ -45,6 +45,8 @@ config MACH_PXA27X_DT > config MACH_PXA3XX_DT > bool "Support PXA3xx platforms from device tree" > select CPU_PXA300 > + select CPU_PXA310 > + select CPU_PXA320 > select PINCTRL > select POWER_SUPPLY > select PXA3xx I've put this in a separate branch now and will submit it as a bugfix along with two other patches for issues I found while testing omap1. I've dropped the pxa310/320 removal now, but kept the pxa93x removal, since that has no DT support at all and remains dead code. Arnd