projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e65c2
)
ARM: lpc32xx: remove platform data of SSP0 and SSP1 controllers
author
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 19 Apr 2019 19:55:27 +0000
(22:55 +0300)
committer
Vladimir Zapolskiy
<vz@mleia.com>
Fri, 19 Apr 2019 19:59:23 +0000
(22:59 +0300)
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>
arch/arm/mach-lpc32xx/phy3250.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-lpc32xx/phy3250.c
b/arch/arm/mach-lpc32xx/phy3250.c
index 4d88581e95f09bd2a45f8415dd316eeeee401401..7e51bfb39027669819d82e2b0d288e989b4fd73a 100644
(file)
--- 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),