Skip to content

Commit 3e742d0

Browse files
committed
ARM: lpc32xx: remove platform data of ARM PL180 SD/MMC controller
The auxilary platform data added for the SD/MMC controller is redundant, because it is obtained properly from its description in board dts files. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
1 parent 801da46 commit 3e742d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/arm/mach-lpc32xx/phy3250.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ static struct pl08x_platform_data pl08x_pd = {
148148
.mem_buses = PL08X_AHB1,
149149
};
150150

151-
static struct mmci_platform_data lpc32xx_mmci_data = {
152-
.ocr_mask = MMC_VDD_30_31 | MMC_VDD_31_32 |
153-
MMC_VDD_32_33 | MMC_VDD_33_34,
154-
};
155-
156151
static struct lpc32xx_slc_platform_data lpc32xx_slc_data = {
157152
.dma_filter = pl08x_filter_id,
158153
};
@@ -166,8 +161,6 @@ static const struct of_dev_auxdata lpc32xx_auxdata_lookup[] __initconst = {
166161
OF_DEV_AUXDATA("arm,pl022", 0x2008C000, "dev:ssp1", NULL),
167162
OF_DEV_AUXDATA("arm,pl110", 0x31040000, "dev:clcd", &lpc32xx_clcd_data),
168163
OF_DEV_AUXDATA("arm,pl080", 0x31000000, "pl08xdmac", &pl08x_pd),
169-
OF_DEV_AUXDATA("arm,pl18x", 0x20098000, "20098000.sd",
170-
&lpc32xx_mmci_data),
171164
OF_DEV_AUXDATA("nxp,lpc3220-slc", 0x20020000, "20020000.flash",
172165
&lpc32xx_slc_data),
173166
OF_DEV_AUXDATA("nxp,lpc3220-mlc", 0x200a8000, "200a8000.flash",

0 commit comments

Comments
 (0)