devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source
@ 2015-02-28 14:54 Charles Keepax
  2015-02-28 14:54 ` [PATCH 2/5] mfd: arizona: Add DT binding documentation for CODEC 32k " Charles Keepax
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Charles Keepax @ 2015-02-28 14:54 UTC (permalink / raw)
  To: lee; +Cc: sameo, robh+dt, mark.rutland, galak, devicetree, linux-kernel,
	patches

From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 drivers/mfd/arizona-core.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
index 09ba8f1..dddaaef 100644
--- a/drivers/mfd/arizona-core.c
+++ b/drivers/mfd/arizona-core.c
@@ -552,6 +552,9 @@ static int arizona_of_get_core_pdata(struct arizona *arizona)
 			ret);
 	}
 
+	of_property_read_u32(arizona->dev->of_node, "wlf,clk32k-src",
+			     &pdata->clk32k_src);
+
 	of_property_for_each_u32(arizona->dev->of_node, "wlf,inmode", prop,
 				 cur, val) {
 		if (count == ARRAY_SIZE(arizona->pdata.inmode))
-- 
1.7.2.5

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

end of thread, other threads:[~2015-03-02  9:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 14:54 [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source Charles Keepax
2015-02-28 14:54 ` [PATCH 2/5] mfd: arizona: Add DT binding documentation for CODEC 32k " Charles Keepax
2015-02-28 14:54 ` [PATCH 3/5] mfd: arizona: Add DT binding for the DMIC references Charles Keepax
2015-03-02  7:53   ` Lee Jones
2015-03-02  9:32     ` Charles Keepax
2015-02-28 14:54 ` [PATCH 4/5] mfd: arizona: Add DT binding documentation for " Charles Keepax
     [not found] ` <1425135268-32340-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-02-28 14:54   ` [PATCH 5/5] mfd: arizona: Update DT binding documentation for inmode Charles Keepax
2015-03-02  7:52   ` [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source Lee Jones
2015-03-02  8:00 ` Lee Jones
2015-03-02  9:30   ` Charles Keepax
2015-03-02  9:46     ` Lee Jones

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).