From 38a275fa725499273696b4cd6bf385d2dd7294b2 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Tue, 6 Oct 2015 10:51:57 -0500 Subject: [PATCH] ARM: keystone: Update compatible to have SoC specific matches commit 9c92287ae4090052e60df8b834cd6000116036f9 upstream. 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 --- arch/arm/mach-keystone/keystone.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index d7cf001..d299b49 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, }; -- 1.9.1