diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-04-23 07:15:13 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-11 06:35:27 -0400 |
commit | 711ee6c8dee1df265773786cd0ec96f2cae5c189 (patch) | |
tree | fd8a1fc7d5b03dfb9a805127e44d5e0ae5b381d4 /arch/arm/mach-shmobile/board-lager-reference.c | |
parent | e0ad56a35e02fe16f12cc18867903f8462d587bf (diff) |
ARM: shmobile: r8a7790: Switch to new style CMT device
The CMT (Compare Match Timer) driver implements a new style of platform
data that handles the timer as a single device with multiple channel.
Switch from the old-style platform data to the new-style platform data.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
[horms+renesas@verge.net.au resolved conflict: use clk_names]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-lager-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index 1eb48cffb4c5..1bca2748aa7c 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c | |||
@@ -90,7 +90,7 @@ static void __init lager_add_du_device(void) | |||
90 | * devices until they get moved to DT. | 90 | * devices until they get moved to DT. |
91 | */ | 91 | */ |
92 | static const struct clk_name clk_names[] __initconst = { | 92 | static const struct clk_name clk_names[] __initconst = { |
93 | { "cmt0", NULL, "sh_cmt.0" }, | 93 | { "cmt0", "fck", "sh-cmt-48-gen2.0" }, |
94 | { "scifa0", NULL, "sh-sci.0" }, | 94 | { "scifa0", NULL, "sh-sci.0" }, |
95 | { "scifa1", NULL, "sh-sci.1" }, | 95 | { "scifa1", NULL, "sh-sci.1" }, |
96 | { "scifb0", NULL, "sh-sci.2" }, | 96 | { "scifb0", NULL, "sh-sci.2" }, |