All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 4/4] ARM: dts: s3c6410: correct SMDK6410 board compatible
Date: Tue, 17 Nov 2020 21:11:06 +0100	[thread overview]
Message-ID: <20201117201106.128813-4-krzk@kernel.org> (raw)
In-Reply-To: <20201117201106.128813-1-krzk@kernel.org>

The SMDK6410 DTS was incorrectly called mini6410, probably copy-paste
from FriendlyARM Mini6410 board.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/s3c6410-smdk6410.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/s3c6410-smdk6410.dts b/arch/arm/boot/dts/s3c6410-smdk6410.dts
index 69c9ec4cf381..581309e7f15e 100644
--- a/arch/arm/boot/dts/s3c6410-smdk6410.dts
+++ b/arch/arm/boot/dts/s3c6410-smdk6410.dts
@@ -17,7 +17,7 @@
 
 / {
 	model = "Samsung SMDK6410 board based on S3C6410";
-	compatible = "samsung,mini6410", "samsung,s3c6410";
+	compatible = "samsung,smdk6410", "samsung,s3c6410";
 
 	memory@50000000 {
 		device_type = "memory";
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 4/4] ARM: dts: s3c6410: correct SMDK6410 board compatible
Date: Tue, 17 Nov 2020 21:11:06 +0100	[thread overview]
Message-ID: <20201117201106.128813-4-krzk@kernel.org> (raw)
In-Reply-To: <20201117201106.128813-1-krzk@kernel.org>

The SMDK6410 DTS was incorrectly called mini6410, probably copy-paste
from FriendlyARM Mini6410 board.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/s3c6410-smdk6410.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/s3c6410-smdk6410.dts b/arch/arm/boot/dts/s3c6410-smdk6410.dts
index 69c9ec4cf381..581309e7f15e 100644
--- a/arch/arm/boot/dts/s3c6410-smdk6410.dts
+++ b/arch/arm/boot/dts/s3c6410-smdk6410.dts
@@ -17,7 +17,7 @@
 
 / {
 	model = "Samsung SMDK6410 board based on S3C6410";
-	compatible = "samsung,mini6410", "samsung,s3c6410";
+	compatible = "samsung,smdk6410", "samsung,s3c6410";
 
 	memory@50000000 {
 		device_type = "memory";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-11-17 20:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 20:11 [PATCH 1/4] dt-bindings: arm: samsung: document SMDK2416 board binding Krzysztof Kozlowski
2020-11-17 20:11 ` Krzysztof Kozlowski
2020-11-17 20:11 ` [PATCH 2/4] dt-bindings: arm: samsung: document S3C6410-based boards binding Krzysztof Kozlowski
2020-11-17 20:11   ` Krzysztof Kozlowski
2020-12-02 20:03   ` Krzysztof Kozlowski
2020-12-02 20:03     ` Krzysztof Kozlowski
2020-11-17 20:11 ` [PATCH 3/4] ARM: dts: s3c24xx: add SMDK2416 board compatible Krzysztof Kozlowski
2020-11-17 20:11   ` Krzysztof Kozlowski
2020-12-02 20:03   ` Krzysztof Kozlowski
2020-12-02 20:03     ` Krzysztof Kozlowski
2020-11-17 20:11 ` Krzysztof Kozlowski [this message]
2020-11-17 20:11   ` [PATCH 4/4] ARM: dts: s3c6410: correct SMDK6410 " Krzysztof Kozlowski
2020-12-02 20:03   ` Krzysztof Kozlowski
2020-12-02 20:03     ` Krzysztof Kozlowski
2020-12-02 20:02 ` [PATCH 1/4] dt-bindings: arm: samsung: document SMDK2416 board binding Krzysztof Kozlowski
2020-12-02 20:02   ` Krzysztof Kozlowski

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=20201117201106.128813-4-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.