]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: r8a7740: Add interim sh-eth device name to clocks list
authorBastian Hecht <hechtb@gmail.com>
Tue, 18 Dec 2012 17:22:38 +0000 (17:22 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 11 Apr 2013 03:08:31 +0000 (12:08 +0900)
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>
arch/arm/mach-shmobile/clock-r8a7740.c

index c0d39aa6de5092f0137c0ee187a0376b4edcb00e..5bd8da0c81d18a5d0221d2415e4f1b56961a982d 100644 (file)
@@ -592,6 +592,7 @@ static struct clk_lookup lookups[] = {
        CLKDEV_DEV_ID("sh_mmcif",               &mstp_clks[MSTP312]),
        CLKDEV_DEV_ID("e6bd0000.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]),
        CLKDEV_DEV_ID("e6870000.sdhi",          &mstp_clks[MSTP415]),