diff options
Diffstat (limited to 'arch/arm/mach-keystone/keystone.c')
| -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)  }  static const char *const keystone_match[] __initconst = { +	"ti,k2hk", +	"ti,k2e", +	"ti,k2l",  	"ti,keystone",  	NULL,  }; |