From patchwork Wed Feb 19 11:34:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3680361 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 62099BF13A for ; Wed, 19 Feb 2014 11:39:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7980F201D3 for ; Wed, 19 Feb 2014 11:39:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6DA15201D5 for ; Wed, 19 Feb 2014 11:39:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbaBSLjn (ORCPT ); Wed, 19 Feb 2014 06:39:43 -0500 Received: from mail-pd0-f181.google.com ([209.85.192.181]:33814 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959AbaBSLjh (ORCPT ); Wed, 19 Feb 2014 06:39:37 -0500 Received: by mail-pd0-f181.google.com with SMTP id y10so265862pdj.12 for ; Wed, 19 Feb 2014 03:39:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cHutg3ucykk67t5HR0RBTsDTqoGlUYhFJfGKalS7uMQ=; b=WaocoNfb7R7KPAhbjUU7OrNK9o95Mq64iedXBvKO45961XzHBjWu6R98bnou2/JkAZ kG40u3IK/nbL8Ic5FK9817RJucoa1XMk01JEWNkz0R+ptmPwbypzbspAzTpAiaU5Hd9u FvTYjLZsDLCOXWlxZ7EbncNsX67/nukAE6twzAXDnAZcEZ5B8jv0MPEQsOM5N+7CxAUQ 8P4IzmwxpXh/LCsLxIvemAc4jWgQqpv7Gk651oTNSyJieM9QT30mPF2vw1drMygnrHip egvHI1Zo7mS0f929X5Uiseb3T7ubWBhF4Ol2VQGPvsPEBNnWJVVG7tUeh6/o+dy3q6g6 fILw== X-Gm-Message-State: ALoCoQkZkYaiM4kFZ9gH2VN7ikvwKNujGigsho87eRBR0MPxkfegllU0F+XUrGksnduo6BdQSJJ7 X-Received: by 10.68.247.201 with SMTP id yg9mr1676085pbc.148.1392809976676; Wed, 19 Feb 2014 03:39:36 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id eb5sm164698403pad.22.2014.02.19.03.39.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Feb 2014 03:39:35 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, arnd@arndb.de, sachin.kamat@linaro.org Subject: [PATCH 1/1] ARM: Exynos: Add generic compatible string Date: Wed, 19 Feb 2014 17:04:05 +0530 Message-Id: <1392809645-631-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP To avoid modifying the kernel every time a new SoC variant comes out. Suggested-by: Arnd Bergmann Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index d3e54b7644d7..5d037b561253 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c @@ -28,6 +28,7 @@ static void __init exynos4_dt_machine_init(void) } static char const *exynos4_dt_compat[] __initdata = { + "samsung,exynos4", "samsung,exynos4210", "samsung,exynos4212", "samsung,exynos4412", diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 37ea261f0f6c..ad0db5a93da8 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c @@ -50,6 +50,7 @@ static void __init exynos5_dt_machine_init(void) } static char const *exynos5_dt_compat[] __initdata = { + "samsung,exynos5", "samsung,exynos5250", "samsung,exynos5420", "samsung,exynos5440",