aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone/keystone.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-keystone/keystone.c')
-rw-r--r--arch/arm/mach-keystone/keystone.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index a67c19b8be20..fe4d9ff93a7e 100644
--- a/arch/arm/mach-keystone/keystone.c
+++ b/arch/arm/mach-keystone/keystone.c
@@ -19,6 +19,9 @@
19#include <asm/mach/map.h> 19#include <asm/mach/map.h>
20#include <asm/mach/arch.h> 20#include <asm/mach/arch.h>
21#include <asm/mach/time.h> 21#include <asm/mach/time.h>
22#include <asm/smp_plat.h>
23
24#include "keystone.h"
22 25
23#define PLL_RESET_WRITE_KEY_MASK 0xffff0000 26#define PLL_RESET_WRITE_KEY_MASK 0xffff0000
24#define PLL_RESET_WRITE_KEY 0x5a69 27#define PLL_RESET_WRITE_KEY 0x5a69
@@ -65,6 +68,7 @@ void keystone_restart(char mode, const char *cmd)
65} 68}
66 69
67DT_MACHINE_START(KEYSTONE, "Keystone") 70DT_MACHINE_START(KEYSTONE, "Keystone")
71 .smp = smp_ops(keystone_smp_ops),
68 .init_machine = keystone_init, 72 .init_machine = keystone_init,
69 .dt_compat = keystone_match, 73 .dt_compat = keystone_match,
70 .restart = keystone_restart, 74 .restart = keystone_restart,