devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@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 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
Date: Sun,  4 Dec 2022 10:44:33 +0100	[thread overview]
Message-ID: <20221204094438.73288-1-krzysztof.kozlowski@linaro.org> (raw)

The bindings expect "mmc" for MMC/SDHCI nodes:

  qcom/sm8450-sony-xperia-nagara-pdx223.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$'

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

diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index f20db5456765..e0d30dadbf8b 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -3354,7 +3354,7 @@ ufs_mem_phy_lanes: phy@1d87400 {
 			};
 		};
 
-		sdhc_2: sdhci@8804000 {
+		sdhc_2: mmc@8804000 {
 			compatible = "qcom,sm8450-sdhci", "qcom,sdhci-msm-v5";
 			reg = <0 0x08804000 0 0x1000>;
 
-- 
2.34.1


             reply	other threads:[~2022-12-04  9:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04  9:44 Krzysztof Kozlowski [this message]
2022-12-04  9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
2022-12-04 11:03   ` Dmitry Baryshkov
2022-12-05 11:10   ` Konrad Dybcio
2022-12-04  9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
2022-12-04 11:01   ` Dmitry Baryshkov
2022-12-05 11:10   ` Konrad Dybcio
2022-12-04  9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
2022-12-04 11:02   ` Dmitry Baryshkov
2022-12-05 11:10   ` Konrad Dybcio
2022-12-04  9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
2022-12-04 11:02   ` Dmitry Baryshkov
2022-12-05 11:11   ` Konrad Dybcio
2022-12-04  9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
2022-12-04 11:01   ` Dmitry Baryshkov
2022-12-05 11:11   ` Konrad Dybcio
2022-12-04 11:03 ` [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-06 18:19 ` (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=20221204094438.73288-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.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 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).