All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 12/12] arm64: dts: qcom: msm8998-mtp: correct board compatible
Date: Sat, 21 May 2022 18:45:50 +0200	[thread overview]
Message-ID: <20220521164550.91115-12-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220521164550.91115-1-krzysztof.kozlowski@linaro.org>

Add qcom,msm8998 SoC fallback to the board compatible.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8998-mtp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts
index 66540d2ca13b..db240a3207dc 100644
--- a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts
@@ -7,7 +7,7 @@
 
 / {
 	model = "Qualcomm Technologies, Inc. MSM8998 v1 MTP";
-	compatible = "qcom,msm8998-mtp";
+	compatible = "qcom,msm8998-mtp", "qcom,msm8998";
 
 	qcom,board-id = <8 0>;
 };
-- 
2.32.0


  parent reply	other threads:[~2022-05-21 16:46 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-21 16:45 [PATCH 01/12] dt-bindings: vendor-prefixes: add Shift GmbH Krzysztof Kozlowski
2022-05-21 16:45 ` [PATCH 02/12] dt-bindings: arm: qcom: add missing MSM8998 board compatibles Krzysztof Kozlowski
2022-05-24  2:01   ` Rob Herring
2022-05-21 16:45 ` [PATCH 03/12] dt-bindings: arm: qcom: add missing MSM8992 " Krzysztof Kozlowski
2022-05-24  2:01   ` Rob Herring
2022-05-21 16:45 ` [PATCH 04/12] dt-bindings: arm: qcom: add missing QCS404 " Krzysztof Kozlowski
2022-05-24  2:01   ` Rob Herring
2022-06-27 13:41   ` Rob Herring
2022-06-27 14:26     ` Krzysztof Kozlowski
2022-05-21 16:45 ` [PATCH 05/12] dt-bindings: arm: qcom: add missing SDM630 " Krzysztof Kozlowski
2022-05-24  2:02   ` Rob Herring
2022-05-21 16:45 ` [PATCH 06/12] dt-bindings: arm: qcom: add missing SDM636 " Krzysztof Kozlowski
2022-05-24  2:02   ` Rob Herring
2022-05-21 16:45 ` [PATCH 07/12] dt-bindings: arm: qcom: add missing SDM845 " Krzysztof Kozlowski
2022-05-24  2:04   ` Rob Herring
2022-05-21 16:45 ` [PATCH 08/12] dt-bindings: arm: qcom: add missing SM6125 " Krzysztof Kozlowski
2022-05-24  2:04   ` Rob Herring
2022-05-21 16:45 ` [PATCH 09/12] dt-bindings: arm: qcom: add missing SM6350 " Krzysztof Kozlowski
2022-05-24  2:04   ` Rob Herring
2022-05-21 16:45 ` [PATCH 10/12] ARM: dts: qcom: ipq4019: fix Micron SPI NOR compatible Krzysztof Kozlowski
2022-06-22  8:35   ` (subset) " Krzysztof Kozlowski
2022-05-21 16:45 ` [PATCH 11/12] arm64: dts: qcom: ipq6018-cp01-c1: " Krzysztof Kozlowski
2022-06-22  8:35   ` (subset) " Krzysztof Kozlowski
2022-07-03  3:56   ` Bjorn Andersson
2022-05-21 16:45 ` Krzysztof Kozlowski [this message]
2022-05-22  9:11   ` [PATCH 12/12] arm64: dts: qcom: msm8998-mtp: correct board compatible Konrad Dybcio
2022-05-22  9:20     ` Krzysztof Kozlowski
2022-06-22  8:35   ` (subset) " Krzysztof Kozlowski
2022-07-03  3:56   ` Bjorn Andersson
2022-05-26  2:18 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Shift GmbH Rob Herring
2022-06-08 10:56 ` Krzysztof Kozlowski
2022-06-22  8:10   ` Krzysztof Kozlowski
2022-06-22  8:25 ` Krzysztof Kozlowski
2022-07-03  3:56 ` (subset) " Bjorn Andersson

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=20220521164550.91115-12-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@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.