Skip to content

Commit

Permalink
ARM: OMAP2+: Remove legacy smsc911x and smc91x GPMC support
Browse files Browse the repository at this point in the history
When connecting an ethernet chip to the GPMC, such as smc91x
or smsc911x, a GPIO has to be requested to be used as an IRQ
and also the IO memory for a GPMC chip-select.

When booting with DT the chip-select allocation is handled
in a generic manner in the GPMC driver and the GPIO to IRQ
mapping is made by the DT core so this code is not needed
anymore now that mach-omap2 related boards are DT-only.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Javier Martinez Canillas authored and Tony Lindgren committed Nov 10, 2016
1 parent d9d9cec commit b7b23ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 137 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,5 @@ obj-y += $(onenand-m) $(onenand-y)
nand-$(CONFIG_MTD_NAND_OMAP2) := gpmc-nand.o
obj-y += $(nand-m) $(nand-y)

smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o
obj-y += $(smsc911x-m) $(smsc911x-y)

obj-y += common-board-devices.o dss-common.o
100 changes: 0 additions & 100 deletions arch/arm/mach-omap2/gpmc-smsc911x.c

This file was deleted.

35 changes: 0 additions & 35 deletions arch/arm/mach-omap2/gpmc-smsc911x.h

This file was deleted.

0 comments on commit b7b23ff

Please sign in to comment.