linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: pxa: add OF_DEV_AUXDATA for ssp ports
@ 2013-08-04 14:13 Daniel Mack
  2013-08-04 14:13 ` [PATCH 2/2] ARM: pxa: fix pwri2c of_dev_auxdata entry Daniel Mack
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2013-08-04 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

This is needed until we switch over to the common clk framework.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---

Haojian, note that these two patches apply on top of the PXA-specific last
two ones of my pxa-gpio series.

Thanks,
Daniel

 arch/arm/mach-pxa/pxa-dt.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-pxa/pxa-dt.c b/arch/arm/mach-pxa/pxa-dt.c
index f6a2c4b..3e1ec71 100644
--- a/arch/arm/mach-pxa/pxa-dt.c
+++ b/arch/arm/mach-pxa/pxa-dt.c
@@ -33,6 +33,10 @@ static const struct of_dev_auxdata pxa3xx_auxdata_lookup[] __initconst = {
 	OF_DEV_AUXDATA("mrvl,pxa-i2c",		0x40301680, "pxa2xx-i2c.0", NULL),
 	OF_DEV_AUXDATA("mrvl,pwri2c",		0x40f500c0, "pxa3xx-i2c.1", NULL),
 	OF_DEV_AUXDATA("marvell,pxa3xx-nand",	0x43100000, "pxa3xx-nand", NULL),
+	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41000000, "pxa27x-ssp.0", NULL),
+	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41700000, "pxa27x-ssp.1", NULL),
+	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41900000, "pxa27x-ssp.2", NULL),
+	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41a00000, "pxa27x-ssp.3", NULL),
 	{}
 };
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] ARM: pxa: fix pwri2c of_dev_auxdata entry
  2013-08-04 14:13 [PATCH 1/2] ARM: pxa: add OF_DEV_AUXDATA for ssp ports Daniel Mack
@ 2013-08-04 14:13 ` Daniel Mack
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Mack @ 2013-08-04 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 arch/arm/mach-pxa/pxa-dt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-pxa/pxa-dt.c b/arch/arm/mach-pxa/pxa-dt.c
index 3e1ec71..b6acb5f 100644
--- a/arch/arm/mach-pxa/pxa-dt.c
+++ b/arch/arm/mach-pxa/pxa-dt.c
@@ -31,7 +31,7 @@ static const struct of_dev_auxdata pxa3xx_auxdata_lookup[] __initconst = {
 	OF_DEV_AUXDATA("intel,pxa3xx-gpio",	0x40e00000, "pxa3xx-gpio", NULL),
 	OF_DEV_AUXDATA("marvell,pxa-ohci",	0x4c000000, "pxa27x-ohci", NULL),
 	OF_DEV_AUXDATA("mrvl,pxa-i2c",		0x40301680, "pxa2xx-i2c.0", NULL),
-	OF_DEV_AUXDATA("mrvl,pwri2c",		0x40f500c0, "pxa3xx-i2c.1", NULL),
+	OF_DEV_AUXDATA("mrvl,pwri2c",		0x40f500c0, "pxa3xx-pwri2c.1", NULL),
 	OF_DEV_AUXDATA("marvell,pxa3xx-nand",	0x43100000, "pxa3xx-nand", NULL),
 	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41000000, "pxa27x-ssp.0", NULL),
 	OF_DEV_AUXDATA("mrvl,pxa27x-ssp",	0x41700000, "pxa27x-ssp.1", NULL),
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-04 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-04 14:13 [PATCH 1/2] ARM: pxa: add OF_DEV_AUXDATA for ssp ports Daniel Mack
2013-08-04 14:13 ` [PATCH 2/2] ARM: pxa: fix pwri2c of_dev_auxdata entry Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).