diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-04-19 22:55:27 +0300 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-04-19 22:59:23 +0300 |
commit | bbf553c6bb9fa5032539213b8b6e10c286d18f00 (patch) | |
tree | 245dcff9785702043465a07bf4b0802380e1f7ee /arch/arm/mach-lpc32xx | |
parent | a1e65c28f6022e3aee33210335940ae7be6670e7 (diff) | |
download | linux-bbf553c6bb9fa5032539213b8b6e10c286d18f00.tar.xz |
ARM: lpc32xx: remove platform data of SSP0 and SSP1 controllers
Both controllers are described in lpc32xx.dtsi and there is no any
specific platform data added in the platform file.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 4d88581e95f0..7e51bfb39027 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -70,8 +70,6 @@ static struct lpc32xx_mlc_platform_data lpc32xx_mlc_data = { }; static const struct of_dev_auxdata lpc32xx_auxdata_lookup[] __initconst = { - OF_DEV_AUXDATA("arm,pl022", 0x20084000, "dev:ssp0", NULL), - OF_DEV_AUXDATA("arm,pl022", 0x2008C000, "dev:ssp1", NULL), OF_DEV_AUXDATA("arm,pl080", 0x31000000, "pl08xdmac", &pl08x_pd), OF_DEV_AUXDATA("nxp,lpc3220-slc", 0x20020000, "20020000.flash", &lpc32xx_slc_data), |