diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-10 08:10:13 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 08:17:52 -0800 |
commit | cfbeeedaa5dc162806b0d0a51f4654af1bbbfebf (patch) | |
tree | 5f257ce556bdaffcf4d8310be22e65cc41897554 /arch/arm/mach-omap2/omap_hwmod_33xx_data.c | |
parent | 3d1d10be064ba7492675963745b89e2d167de8f1 (diff) | |
download | linux-cfbeeedaa5dc162806b0d0a51f4654af1bbbfebf.tar.gz linux-cfbeeedaa5dc162806b0d0a51f4654af1bbbfebf.tar.bz2 linux-cfbeeedaa5dc162806b0d0a51f4654af1bbbfebf.zip |
ARM: OMAP2+: Drop legacy platform data for am3 and am4 epwmss
We can now probe devices with ti-sysc interconnect driver and dts
data. Let's drop the related platform data and custom ti,hwmods
dts property.
As we're just dropping data, and the early platform data init
is based on the custom ti,hwmods property, we want to drop both
the platform data and ti,hwmods property in a single patch.
Cc: Franklin S Cooper Jr <fcooper@ti.com>
Cc: Keerthy <j-keerthy@ti.com>
Cc: Vignesh R <vigneshr@ti.com>
Tested-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_33xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c index f449d50a64f3..17174c7301c3 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c @@ -383,9 +383,6 @@ static struct omap_hwmod_ocp_if *am33xx_hwmod_ocp_ifs[] __initdata = { &am33xx_l3_main__tpcc, &am33xx_l4_ls__spinlock, &am33xx_l4_ls__elm, - &am33xx_l4_ls__epwmss0, - &am33xx_l4_ls__epwmss1, - &am33xx_l4_ls__epwmss2, &am33xx_l3_s__gpmc, &am33xx_l3_main__lcdc, &am33xx_l4_ls__mcspi0, |