aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pdata-quirks.c
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2014-04-07 02:24:49 -0400
committerNishanth Menon <nm@ti.com>2014-09-08 12:35:11 -0400
commitdbbe9770d11284322db289c6ec83e8911e7a8f89 (patch)
tree0f47b1cfdb605e014d30faeb2a06e83eaf2aba09 /arch/arm/mach-omap2/pdata-quirks.c
parentb0a3d0da6734116acf59e53aba9c61bc87bc78f1 (diff)
ARM: AM437x: use pdata quirks for pinctrl information
Provide pdata-quirks for Am437x processor family. Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r--arch/arm/mach-omap2/pdata-quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c
index 827e106234f4..5fea34edb607 100644
--- a/arch/arm/mach-omap2/pdata-quirks.c
+++ b/arch/arm/mach-omap2/pdata-quirks.c
@@ -359,6 +359,9 @@ struct of_dev_auxdata omap_auxdata_lookup[] __initdata = {
359#ifdef CONFIG_SOC_DRA7XX 359#ifdef CONFIG_SOC_DRA7XX
360 OF_DEV_AUXDATA("ti,dra7-padconf", 0x4a003400, "4a003400.pinmux", &pcs_pdata), 360 OF_DEV_AUXDATA("ti,dra7-padconf", 0x4a003400, "4a003400.pinmux", &pcs_pdata),
361#endif 361#endif
362#ifdef CONFIG_SOC_AM43XX
363 OF_DEV_AUXDATA("ti,am437-padconf", 0x44e10800, "44e10800.pinmux", &pcs_pdata),
364#endif
362#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) 365#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5)
363 OF_DEV_AUXDATA("ti,omap4-iommu", 0x4a066000, "4a066000.mmu", 366 OF_DEV_AUXDATA("ti,omap4-iommu", 0x4a066000, "4a066000.mmu",
364 &omap4_iommu_pdata), 367 &omap4_iommu_pdata),