From: hechtb@gmail.com (Bastian Hecht)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: r8a7740: Add interim sh-eth device name to clocks list
Date: Tue, 18 Dec 2012 18:22:38 +0100 [thread overview]
Message-ID: <1355851359-8871-2-git-send-email-hechtb+renesas@gmail.com> (raw)
In-Reply-To: <1355851359-8871-1-git-send-email-hechtb+renesas@gmail.com>
When we use the ethernet device via DT setup, we need to add it
to a lookup list until this is properly handled later in a DT-only
fashion.
Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
---
arch/arm/mach-shmobile/clock-r8a7740.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
index 19ce885..8765a76 100644
--- a/arch/arm/mach-shmobile/clock-r8a7740.c
+++ b/arch/arm/mach-shmobile/clock-r8a7740.c
@@ -614,6 +614,7 @@ static struct clk_lookup lookups[] = {
CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP313]),
CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]),
CLKDEV_DEV_ID("sh-eth", &mstp_clks[MSTP309]),
+ CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]),
--
1.7.9.5
next prev parent reply other threads:[~2012-12-18 17:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-18 17:22 [PATCH 0/2] Armadillo DT Reference Implementation Bastian Hecht
2012-12-18 17:22 ` Bastian Hecht [this message]
2012-12-19 9:10 ` [PATCH 1/2] ARM: r8a7740: Add interim sh-eth device name to clocks list Guennadi Liakhovetski
2012-12-19 10:50 ` Magnus Damm
2013-01-09 2:06 ` Simon Horman
2013-04-11 3:09 ` Simon Horman
2012-12-18 17:22 ` [PATCH 2/2] ARM: shmobile: armadillo800eva: Reference DT implementation Bastian Hecht
2013-01-09 2:07 ` Simon Horman
2013-01-09 16:13 ` Bastian Hecht
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=1355851359-8871-2-git-send-email-hechtb+renesas@gmail.com \
--to=hechtb@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).