All of lore.kernel.org
 help / color / mirror / Atom feed
From: zonque@gmail.com (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: pxa: add OF_DEV_AUXDATA for ssp ports
Date: Sun,  4 Aug 2013 16:13:20 +0200	[thread overview]
Message-ID: <1375625601-32257-1-git-send-email-zonque@gmail.com> (raw)

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

             reply	other threads:[~2013-08-04 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-04 14:13 Daniel Mack [this message]
2013-08-04 14:13 ` [PATCH 2/2] ARM: pxa: fix pwri2c of_dev_auxdata entry Daniel Mack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1375625601-32257-1-git-send-email-zonque@gmail.com \
    --to=zonque@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.