فهرست منبع

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 <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Nishanth Menon 9 سال پیش
والد
کامیت
01cf228b55
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      arch/arm/mach-keystone/keystone.c

+ 3 - 0
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 = {
 static const char *const keystone_match[] __initconst = {
+	"ti,k2hk",
+	"ti,k2e",
+	"ti,k2l",
 	"ti,keystone",
 	"ti,keystone",
 	NULL,
 	NULL,
 };
 };