aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-marzen-reference.c
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-05-15 20:39:33 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 19:56:37 +0900
commitc1a0f9932b66b2298163c31f8ac3f2844476e1c2 (patch)
treef25d93c8727276dbfcb021c8044155cb6cc785be /arch/arm/mach-shmobile/board-marzen-reference.c
parentARM: shmobile: marzen: Initialise SCIF devices using DT (diff)
downloadlinux-dev-c1a0f9932b66b2298163c31f8ac3f2844476e1c2.tar.xz
linux-dev-c1a0f9932b66b2298163c31f8ac3f2844476e1c2.zip
ARM: shmobile: marzen: Do not use workaround for scif devices
Now that SCIF devices are initialised using DT it should not be necessary to use the work around to provide clocks any more. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-marzen-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-marzen-reference.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c
index bb2df32f597a..0a000b74ac6d 100644
--- a/arch/arm/mach-shmobile/board-marzen-reference.c
+++ b/arch/arm/mach-shmobile/board-marzen-reference.c
@@ -40,12 +40,6 @@ static void __init marzen_init_timer(void)
* devices until they get moved to DT.
*/
static const struct clk_name clk_names[] __initconst = {
- { "scif0", NULL, "sh-sci.0" },
- { "scif1", NULL, "sh-sci.1" },
- { "scif2", NULL, "sh-sci.2" },
- { "scif3", NULL, "sh-sci.3" },
- { "scif4", NULL, "sh-sci.4" },
- { "scif5", NULL, "sh-sci.5" },
{ "tmu0", "fck", "sh-tmu.0" },
};