linux-kernel.vger.kernel.org archive mirror
 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>
Subject: [PATCH v3 04/11] arm64: dts: marvell: uDPU: add missing SoC compatible
Date: Thu, 12 May 2022 14:48:58 +0200	[thread overview]
Message-ID: <20220512124905.49979-4-robert.marko@sartura.hr> (raw)
In-Reply-To: <20220512124905.49979-1-robert.marko@sartura.hr>

According to the bindings, all boards using Armada 37xx SoC-s must have
"marvell,armada3710" compatible while 3720 based ones should also have
"marvell,armada3720" before it.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
index 1f534c0c65f7..62fce6f2a3a7 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
@@ -16,7 +16,7 @@
 
 / {
 	model = "Methode uDPU Board";
-	compatible = "methode,udpu", "marvell,armada3720";
+	compatible = "methode,udpu", "marvell,armada3720", "marvell,armada3710";
 
 	chosen {
 		stdout-path = "serial0:115200n8";
-- 
2.36.1


  parent reply	other threads:[~2022-05-12 12:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12 12:48 [PATCH v3 01/11] dt-bindings: vendor-prefixes: add Methode Electronics Robert Marko
2022-05-12 12:48 ` [PATCH v3 02/11] dt-bindings: marvell: convert Armada 37xx compatibles to YAML Robert Marko
2022-05-13  8:41   ` Krzysztof Kozlowski
2022-05-12 12:48 ` [PATCH v3 03/11] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:48 ` Robert Marko [this message]
2022-05-13  8:43   ` [PATCH v3 04/11] arm64: dts: marvell: uDPU: add missing SoC compatible Krzysztof Kozlowski
2022-05-12 12:48 ` [PATCH v3 05/11] arm64: dts: marvell: uDPU: align SPI-NOR node with bindings Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 06/11] arm64: dts: marvell: uDPU: align LED-s " Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 07/11] arm64: dts: marvell: uDPU: remove LED node pinctrl-names Robert Marko
2022-05-13  8:44   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 08/11] arm64: dts: marvell: rename temp sensor nodes Robert Marko
2022-05-13  8:44   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 09/11] arm64: dts: marvell: split Methode uDPU DTS Robert Marko
2022-05-13  8:45   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 10/11] dt-bindings: marvell: armada-37xx: add Methode eDPU compatible Robert Marko
2022-05-13  8:45   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 11/11] arm64: dts: marvell: add support for Methode eDPU Robert Marko
2022-05-13  8:46   ` 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=20220512124905.49979-4-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=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 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).