ARM: omap1: move CF chipselect setup to board file
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2019 21:08:58 +0000 (23:08 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:11 +0000 (15:01 +0200)
commitd87d44f7ab353dde25300ced494f98b69859a539
treec6fd0712f7008072eba746fafefd311ae0f50de3
parent58d37dc1dfd8900892d73da1f26ac1cefca52e6e
ARM: omap1: move CF chipselect setup to board file

There is only one board that uses the omap_cf driver, so
moving the chipselect configuration there does not lead
to code duplication but avoids the use of mach/tc.h
in drivers.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/board-osk.c
drivers/pcmcia/Kconfig
drivers/pcmcia/omap_cf.c