From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378AbbJCXjs (ORCPT ); Sat, 3 Oct 2015 19:39:48 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:51768 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbbJCXjU (ORCPT ); Sat, 3 Oct 2015 19:39:20 -0400 From: Nishanth Menon To: Santosh Shilimkar CC: Murali Karicheri , , , , Nishanth Menon Subject: [PATCH V2 2/3] ARM: keystone: Update compatible to have SoC specific matches Date: Sat, 3 Oct 2015 18:38:49 -0500 Message-ID: <1443915530-15035-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1443915530-15035-1-git-send-email-nm@ti.com> References: <1442938118-4718-1-git-send-email-nm@ti.com> <1443915530-15035-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 --- Changes in V2: - reformatting of commit message. no functional change V1: https://patchwork.kernel.org/patch/7240901/ 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