Re: [PATCH 26/41] ARM: omap1: relocate static I/O mapping

2022-04-21 Thread Aaro Koskinen
Hi, On Tue, Apr 19, 2022 at 03:37:08PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The address range 0xfee0-0xfeff is used for PCI and > PCMCIA I/O port mappings, but OMAP1 has its static mappings > there as well. > > Move the OMAP1 addresses a little higher to avoid crashing

Re: [PATCH 26/41] ARM: omap1: relocate static I/O mapping

2022-04-20 Thread Tony Lindgren
* Arnd Bergmann [220420 19:18]: > On Wed, Apr 20, 2022 at 3:46 PM Aaro Koskinen wrote: > > > > Hi, > > > > On Tue, Apr 19, 2022 at 03:37:08PM +0200, Arnd Bergmann wrote: > > > From: Arnd Bergmann > > > > > > The address range 0xfee0-0xfeff is used for PCI and > > > PCMCIA I/O port mappin

Re: [PATCH 26/41] ARM: omap1: relocate static I/O mapping

2022-04-20 Thread Arnd Bergmann
On Wed, Apr 20, 2022 at 3:46 PM Aaro Koskinen wrote: > > Hi, > > On Tue, Apr 19, 2022 at 03:37:08PM +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > The address range 0xfee0-0xfeff is used for PCI and > > PCMCIA I/O port mappings, but OMAP1 has its static mappings > > there as

[PATCH 26/41] ARM: omap1: relocate static I/O mapping

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann The address range 0xfee0-0xfeff is used for PCI and PCMCIA I/O port mappings, but OMAP1 has its static mappings there as well. Move the OMAP1 addresses a little higher to avoid crashing at boot. Signed-off-by: Arnd Bergmann --- arch/arm/Kconfig.debug