From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: mx28: Register SPI clocks
Date: Tue, 3 Apr 2012 16:20:05 -0300 [thread overview]
Message-ID: <1333480807-10480-1-git-send-email-festevam@gmail.com> (raw)
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
next reply other threads:[~2012-04-03 19:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 19:20 Fabio Estevam [this message]
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
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=1333480807-10480-1-git-send-email-festevam@gmail.com \
--to=festevam@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 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).