From: fabio.baltieri@linaro.org (Fabio Baltieri)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver
Date: Thu, 30 May 2013 15:27:44 +0200 [thread overview]
Message-ID: <1369920465-13905-5-git-send-email-fabio.baltieri@linaro.org> (raw)
In-Reply-To: <1369920465-13905-1-git-send-email-fabio.baltieri@linaro.org>
Ux500 ASoC driver is expected to have a specific device name to get
clock resources correctly. This patch provides the necessary
OF_DEV_AUXDATA to match the name in DT and non-DT cases.
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---
arch/arm/mach-ux500/cpu-db8500.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index 46cca52..fb3d5a2 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -277,6 +277,8 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("stericsson,db8500-prcmu", 0x80157000, "db8500-prcmu",
&db8500_prcmu_pdata),
OF_DEV_AUXDATA("smsc,lan9115", 0x50000000, "smsc911x.0", NULL),
+ OF_DEV_AUXDATA("stericsson,snd-soc-mop500", 0, "snd-soc-mop500.0",
+ NULL),
/* Requires device name bindings. */
OF_DEV_AUXDATA("stericsson,nmk-pinctrl", U8500_PRCMU_BASE,
"pinctrl-db8500", NULL),
--
1.8.2
next prev parent reply other threads:[~2013-05-30 13:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 13:27 [PATCH 0/5] Various DT fixes related to ux500 ASoC driver Fabio Baltieri
2013-05-30 13:27 ` [PATCH 1/5] ARM: ux500: Fix trivial typo in v-anamic1 comment Fabio Baltieri
2013-06-04 8:59 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 2/5] ARM: ux500: Correct anamic2 typo in DT files Fabio Baltieri
2013-06-04 9:00 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 3/5] ARM: ux500: Add DT regulators for ab8500-codec Fabio Baltieri
2013-06-04 9:01 ` Linus Walleij
2013-05-30 13:27 ` Fabio Baltieri [this message]
2013-06-04 9:03 ` [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver Linus Walleij
2013-06-04 9:56 ` Fabio Baltieri
2013-06-04 10:59 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 5/5] mfd: ab8500-core: Add of_compatible property for ab8500-codec Fabio Baltieri
2013-06-04 9:05 ` Linus Walleij
2013-05-30 14:53 ` [PATCH 0/5] Various DT fixes related to ux500 ASoC driver Lee Jones
2013-06-04 9:06 ` Linus Walleij
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=1369920465-13905-5-git-send-email-fabio.baltieri@linaro.org \
--to=fabio.baltieri@linaro.org \
--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 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).