All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Marko <robert.marko@sartura.hr>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	andrew@lunn.ch, gregory.clement@bootlin.com,
	sebastian.hesselbarth@gmail.com, kostap@marvell.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Robert Marko <robert.marko@sartura.hr>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v4 03/10] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible
Date: Mon, 16 May 2022 14:48:21 +0200	[thread overview]
Message-ID: <20220516124828.45144-3-robert.marko@sartura.hr> (raw)
In-Reply-To: <20220516124828.45144-1-robert.marko@sartura.hr>

Espressobin Ultra is part of the Espressobin family and shares the basic
design, so add the generic "globalscale,espressobin" compatible to it as
well.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
index 070725b81be5..1b2ed63ae6a2 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
@@ -12,8 +12,8 @@
 
 / {
 	model = "Globalscale Marvell ESPRESSOBin Ultra Board";
-	compatible = "globalscale,espressobin-ultra", "marvell,armada3720",
-		     "marvell,armada3710";
+	compatible = "globalscale,espressobin-ultra", "globalscale,espressobin",
+		     "marvell,armada3720", "marvell,armada3710";
 
 	aliases {
 		/* ethernet1 is WAN port */
-- 
2.36.1


WARNING: multiple messages have this Message-ID (diff)
From: Robert Marko <robert.marko@sartura.hr>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	andrew@lunn.ch, gregory.clement@bootlin.com,
	sebastian.hesselbarth@gmail.com, kostap@marvell.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Robert Marko <robert.marko@sartura.hr>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v4 03/10] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible
Date: Mon, 16 May 2022 14:48:21 +0200	[thread overview]
Message-ID: <20220516124828.45144-3-robert.marko@sartura.hr> (raw)
In-Reply-To: <20220516124828.45144-1-robert.marko@sartura.hr>

Espressobin Ultra is part of the Espressobin family and shares the basic
design, so add the generic "globalscale,espressobin" compatible to it as
well.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
index 070725b81be5..1b2ed63ae6a2 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
@@ -12,8 +12,8 @@
 
 / {
 	model = "Globalscale Marvell ESPRESSOBin Ultra Board";
-	compatible = "globalscale,espressobin-ultra", "marvell,armada3720",
-		     "marvell,armada3710";
+	compatible = "globalscale,espressobin-ultra", "globalscale,espressobin",
+		     "marvell,armada3720", "marvell,armada3710";
 
 	aliases {
 		/* ethernet1 is WAN port */
-- 
2.36.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:[~2022-05-16 12:49 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 12:48 [PATCH v4 01/10] dt-bindings: vendor-prefixes: add Methode Electronics Robert Marko
2022-05-16 12:48 ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 02/10] dt-bindings: marvell: convert Armada 37xx compatibles to YAML Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` Robert Marko [this message]
2022-05-16 12:48   ` [PATCH v4 03/10] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible Robert Marko
2022-05-16 12:48 ` [PATCH v4 04/10] arm64: dts: marvell: uDPU: add missing SoC compatible Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 05/10] arm64: dts: marvell: uDPU: align LED-s with bindings Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 06/10] arm64: dts: marvell: uDPU: remove LED node pinctrl-names Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 07/10] arm64: dts: marvell: rename temp sensor nodes Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 08/10] arm64: dts: marvell: split Methode uDPU DTS Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 09/10] dt-bindings: marvell: armada-37xx: add Methode eDPU compatible Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 10/10] arm64: dts: marvell: add support for Methode eDPU Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-08-08 11:42   ` Robert Marko
2022-08-08 11:42     ` Robert Marko
2022-08-30  7:42     ` Gregory CLEMENT
2022-08-30  7:42       ` Gregory CLEMENT
2022-08-31 11:12       ` Robert Marko
2022-08-31 11:12         ` Robert Marko
2022-09-02 15:22         ` Gregory CLEMENT
2022-09-02 15:22           ` Gregory CLEMENT
2022-09-02 16:13           ` Gregory CLEMENT
2022-09-02 16:13             ` Gregory CLEMENT
2022-09-02 17:26             ` Robert Marko
2022-09-02 17:26               ` Robert Marko

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=20220516124828.45144-3-robert.marko@sartura.hr \
    --to=robert.marko@sartura.hr \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=kostap@marvell.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    /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.