diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-12-18 10:34:32 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-04 09:55:18 +0300 |
commit | b4f889208ffbd425ff1cb9ddcaf8483a3b91cd6a (patch) | |
tree | 48c22df19ffb7b8986ea410c72265bf0e0d764d9 /arch/arm/mach-omap2/pdata-quirks.c | |
parent | 931d4bd664786f5a3b1ea83f84ba9d455e341c9b (diff) | |
download | linux-stable-b4f889208ffbd425ff1cb9ddcaf8483a3b91cd6a.tar.gz linux-stable-b4f889208ffbd425ff1cb9ddcaf8483a3b91cd6a.tar.bz2 linux-stable-b4f889208ffbd425ff1cb9ddcaf8483a3b91cd6a.zip |
ARM: OMAP2+: remove pdata quirks for displays
Remove pdata quirks for the displays on boards that are now supported
properly with DT.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index db242c483dc0..b67f987bd094 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -139,7 +139,6 @@ static void __init omap3_sbc_t3530_legacy_init(void) static void __init omap3_igep0020_legacy_init(void) { - omap3_igep2_display_init_of(); } static void __init omap3_evm_legacy_init(void) @@ -229,14 +228,12 @@ static void __init am3517_evm_legacy_init(void) #ifdef CONFIG_ARCH_OMAP4 static void __init omap4_sdp_legacy_init(void) { - omap_4430sdp_display_init_of(); legacy_init_wl12xx(WL12XX_REFCLOCK_26, WL12XX_TCXOCLOCK_26, 53); } static void __init omap4_panda_legacy_init(void) { - omap4_panda_display_init_of(); legacy_init_wl12xx(WL12XX_REFCLOCK_38, 0, 53); } #endif |