aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-versatile')
-rw-r--r--arch/arm/mach-versatile/core.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c
index 6ccd2618a97b..e38acb0f89c8 100644
--- a/arch/arm/mach-versatile/core.c
+++ b/arch/arm/mach-versatile/core.c
@@ -416,8 +416,13 @@ static struct clk ref24_clk = {
416 .rate = 24000000, 416 .rate = 24000000,
417}; 417};
418 418
419static struct clk dummy_apb_pclk;
420
419static struct clk_lookup lookups[] = { 421static struct clk_lookup lookups[] = {
420 { /* UART0 */ 422 { /* AMBA bus clock */
423 .con_id = "apb_pclk",
424 .clk = &dummy_apb_pclk,
425 }, { /* UART0 */
421 .dev_id = "dev:f1", 426 .dev_id = "dev:f1",
422 .clk = &ref24_clk, 427 .clk = &ref24_clk,
423 }, { /* UART1 */ 428 }, { /* UART1 */