linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: mx28: Register SPI clocks
@ 2012-04-03 19:20 Fabio Estevam
  2012-04-03 19:20 ` [PATCH 2/3] ARM: mx28: Add SPI resources Fabio Estevam
  2012-04-03 19:20 ` [PATCH 3/3] ARM: mx28evk: Add SPI NOR flash support Fabio Estevam
  0 siblings, 2 replies; 10+ messages in thread
From: Fabio Estevam @ 2012-04-03 19:20 UTC (permalink / raw)
  To: linux-arm-kernel

Register SPI clocks.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/mach-mxs/clock-mx28.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mxs/clock-mx28.c b/arch/arm/mach-mxs/clock-mx28.c
index cea29c9..add79a0 100644
--- a/arch/arm/mach-mxs/clock-mx28.c
+++ b/arch/arm/mach-mxs/clock-mx28.c
@@ -648,6 +648,10 @@ static struct clk_lookup lookups[] = {
 	_REGISTER_CLOCK("imx28-fb", NULL, lcdif_clk)
 	_REGISTER_CLOCK("mxs-saif.0", NULL, saif0_clk)
 	_REGISTER_CLOCK("mxs-saif.1", NULL, saif1_clk)
+	_REGISTER_CLOCK("mxs-spi.0", NULL, ssp0_clk)
+	_REGISTER_CLOCK("mxs-spi.1", NULL, ssp1_clk)
+	_REGISTER_CLOCK("mxs-spi.2", NULL, ssp2_clk)
+	_REGISTER_CLOCK("mxs-spi.3", NULL, ssp3_clk)
 };
 
 static int clk_misc_init(void)
-- 
1.7.1

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

end of thread, other threads:[~2012-05-28 23:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 19:20 [PATCH 1/3] ARM: mx28: Register SPI clocks Fabio Estevam
2012-04-03 19:20 ` [PATCH 2/3] ARM: mx28: Add SPI resources Fabio Estevam
2012-05-28  7:25   ` Jean-Paul
2012-05-28 23:39     ` Fabio Estevam
2012-04-03 19:20 ` [PATCH 3/3] ARM: mx28evk: Add SPI NOR flash support Fabio Estevam
2012-04-03 19:26   ` Wolfram Sang
2012-04-03 19:29     ` Fabio Estevam
2012-04-03 19:34       ` Wolfram Sang
2012-04-18 21:42     ` Marek Vasut
2012-04-18 21:49       ` Fabio Estevam

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