From: Nishanth Menon Date: Sun, 4 Oct 2015 00:02:56 +0000 (-0700) Subject: ARM: keystone: Update compatible to have SoC specific matches X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=01cf228b555b323bba9c76f96c07fb93f1064cba;p=linux.git ARM: keystone: Update compatible to have SoC specific matches With future SoCs of keystone2 family, the generic compatible match may not be sufficient to handle SoC specific handling. So introduce matches based on SoC compatiblity. Signed-off-by: Nishanth Menon Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index e288010522f9a..c279293f084cb 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, };