summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common-board-devices.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2013-11-26 00:17:10 +0100
committerTony Lindgren <tony@atomide.com>2013-11-26 00:31:17 +0100
commitfa590c923401368d86db361350849a7bf9f42b8a (patch)
tree382de4e97235d6572c6648305a8a01cced5f8d5f /arch/arm/mach-omap2/common-board-devices.h
parentARM: OMAP2+: Make n8x0 behave better with device tree based booting (diff)
downloadlinux-fa590c923401368d86db361350849a7bf9f42b8a.tar.xz
linux-fa590c923401368d86db361350849a7bf9f42b8a.zip
ARM: OMAP2+: Add quirks support for n8x0
This allows us to keep things working when booted with device tree. Note that we still need to initialize most things with platform data as the drivers are lacking support for device tree. Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common-board-devices.h')
-rw-r--r--arch/arm/mach-omap2/common-board-devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common-board-devices.h b/arch/arm/mach-omap2/common-board-devices.h
index 72bb41b3fd25..f338177e6900 100644
--- a/arch/arm/mach-omap2/common-board-devices.h
+++ b/arch/arm/mach-omap2/common-board-devices.h
@@ -10,5 +10,6 @@ struct ads7846_platform_data;
void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce,
struct ads7846_platform_data *board_pdata);
+void *n8x0_legacy_init(void);
#endif /* __OMAP_COMMON_BOARD_DEVICES__ */