From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758776AbbIVQJ6 (ORCPT ); Tue, 22 Sep 2015 12:09:58 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:43656 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758633AbbIVQJN (ORCPT ); Tue, 22 Sep 2015 12:09:13 -0400 From: Nishanth Menon To: Santosh Shilimkar CC: , , , Nishanth Menon Subject: [PATCH 2/3] ARM: keystone: Update compatible to have SoC specific matches Date: Tue, 22 Sep 2015 11:08:37 -0500 Message-ID: <1442938118-4718-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1442938118-4718-1-git-send-email-nm@ti.com> References: <1442938118-4718-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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 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, }; -- 2.1.4