From: fabio.baltieri@linaro.org (Fabio Baltieri)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] mfd: ab8500-core: Add of_compatible property for ab8500-codec
Date: Thu, 30 May 2013 15:27:45 +0200 [thread overview]
Message-ID: <1369920465-13905-6-git-send-email-fabio.baltieri@linaro.org> (raw)
In-Reply-To: <1369920465-13905-1-git-send-email-fabio.baltieri@linaro.org>
Add of_compatible string to the ab8500-codec cell to allow the driver to
grab handlers such as regulators from device-tree when available.
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
---
drivers/mfd/ab8500-core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index 1863985..3efb356 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -1120,6 +1120,7 @@ static struct mfd_cell ab8500_devs[] = {
},
{
.name = "ab8500-codec",
+ .of_compatible = "stericsson,ab8500-codec",
},
};
--
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 ` [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver Fabio Baltieri
2013-06-04 9:03 ` Linus Walleij
2013-06-04 9:56 ` Fabio Baltieri
2013-06-04 10:59 ` Linus Walleij
2013-05-30 13:27 ` Fabio Baltieri [this message]
2013-06-04 9:05 ` [PATCH 5/5] mfd: ab8500-core: Add of_compatible property for ab8500-codec 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-6-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).