Skip to content

Commit

Permalink
ARM: OMAP: Remove broken LCD driver for SX1
Browse files Browse the repository at this point in the history
Recently the omap McBSP code was cleaned up to get rid of
direct McBSP register tinkering by the drivers. Looks like
lcd_sx1.c never got converted, and now it breaks builds.

It seems the lcd_sx1.c driver is attempting SPI mode, but
doing it in a different way compared to omap_mcbsp_set_spi_mode().

Remove the broken driver, patches welcome to add it back when
done properly by patching both mcbsp.c and lcd_sx1.c.

Cc: Vovan888@gmail.com
Cc: linux-fbdev-devel@lists.sourceforge.net
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Nov 25, 2008
1 parent 13d428a commit 7953031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 328 deletions.
1 change: 0 additions & 1 deletion drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ objs-y$(CONFIG_MACH_OMAP_PALMZ71) += lcd_palmz71.o
objs-$(CONFIG_ARCH_OMAP16XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1610.o
objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o
objs-y$(CONFIG_MACH_SX1) += lcd_sx1.o

omapfb-objs := $(objs-yy)

327 changes: 0 additions & 327 deletions drivers/video/omap/lcd_sx1.c

This file was deleted.

0 comments on commit 7953031

Please sign in to comment.