]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory: omap-gpmc: Fix parsing of devices
authorTony Lindgren <tony@atomide.com>
Mon, 1 Jun 2015 22:00:44 +0000 (15:00 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 1 Jun 2015 22:00:44 +0000 (15:00 -0700)
commit28a7eedd1109c9277390f44aa11de76b673996cd
treea9d5ac738d37e4d06dea6efbd72715f9d870350f
parentb787f68c36d49bb1d9236f403813641efa74a031
memory: omap-gpmc: Fix parsing of devices

We currently artificially limit the parsing of GPMC connected
devices based on the device name. Let's stop doing that, it's
confusing as adding devices to .dts files with using normal
names like fpga and usb will currently cause them to not probe.

Cc: Roger Quadros <rogerq@ti.com>
Reported-by: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/memory/omap-gpmc.c