diff options
-rw-r--r-- | arch/arm/mach-keystone/keystone.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index e288010522f9..c279293f084c 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c | |||
@@ -97,6 +97,9 @@ static long long __init keystone_pv_fixup(void) | |||
97 | } | 97 | } |
98 | 98 | ||
99 | static const char *const keystone_match[] __initconst = { | 99 | static const char *const keystone_match[] __initconst = { |
100 | "ti,k2hk", | ||
101 | "ti,k2e", | ||
102 | "ti,k2l", | ||
100 | "ti,keystone", | 103 | "ti,keystone", |
101 | NULL, | 104 | NULL, |
102 | }; | 105 | }; |