diff options
author | Bastian Hecht <hechtb@gmail.com> | 2012-12-18 12:22:38 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-07 01:24:43 -0400 |
commit | 9e0b428f079d7b4c9d59c868b6f5b4ad2193e86b (patch) | |
tree | e11aa3228ec666b7b9dd3e57890daaf85825444a /arch/arm/mach-shmobile/clock-r8a7740.c | |
parent | 734e02f888c97e285ce3481dc6418b8dc27b22f4 (diff) |
ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7740.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c index 54afa0425ef7..008b11cf9404 100644 --- a/arch/arm/mach-shmobile/clock-r8a7740.c +++ b/arch/arm/mach-shmobile/clock-r8a7740.c | |||
@@ -592,6 +592,7 @@ static struct clk_lookup lookups[] = { | |||
592 | CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]), | 592 | CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]), |
593 | CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]), | 593 | CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]), |
594 | CLKDEV_DEV_ID("sh-eth", &mstp_clks[MSTP309]), | 594 | CLKDEV_DEV_ID("sh-eth", &mstp_clks[MSTP309]), |
595 | CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]), | ||
595 | 596 | ||
596 | CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]), | 597 | CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]), |
597 | CLKDEV_DEV_ID("e6870000.sdhi", &mstp_clks[MSTP415]), | 598 | CLKDEV_DEV_ID("e6870000.sdhi", &mstp_clks[MSTP415]), |