linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sachin.kamat@linaro.org (Sachin Kamat)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: EXYNOS: Add generic compatible strings
Date: Wed, 19 Mar 2014 17:55:56 +0530	[thread overview]
Message-ID: <1395231957-22032-4-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1395231957-22032-1-git-send-email-sachin.kamat@linaro.org>

Add generic compatible strings for Exynos4 and 5 platforms so that
future SoCs can use them if there is nothing extra/specific to be
differentiated.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-exynos/exynos.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index b6fd40e76936..07884efd3a48 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -343,9 +343,11 @@ static void __init exynos_dt_machine_init(void)
 }
 
 static char const *exynos_dt_compat[] __initconst = {
+	"samsung,exynos4",
 	"samsung,exynos4210",
 	"samsung,exynos4212",
 	"samsung,exynos4412",
+	"samsung,exynos5",
 	"samsung,exynos5250",
 	"samsung,exynos5420",
 	"samsung,exynos5440",
-- 
1.7.9.5

  parent reply	other threads:[~2014-03-19 12:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-19 12:25 [PATCH 0/4] Consolidate Exynos machine code Sachin Kamat
2014-03-19 12:25 ` [PATCH 1/4] ARM: SAMSUNG: Introduce generic Exynos4 and 5 helpers Sachin Kamat
2014-03-19 12:25 ` [PATCH 2/4] ARM: EXYNOS: Consolidate Exynos4 and 5 machine files Sachin Kamat
2014-03-19 12:25 ` Sachin Kamat [this message]
2014-03-19 12:25 ` [PATCH 4/4] ARM: dts: Update Exynos DT files with generic compatible strings Sachin Kamat
2014-03-19 13:29 ` [PATCH 0/4] Consolidate Exynos machine code Arnd Bergmann
2014-03-20  2:06   ` Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1395231957-22032-4-git-send-email-sachin.kamat@linaro.org \
    --to=sachin.kamat@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).