devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
@ 2022-12-04  9:44 Krzysztof Kozlowski
  2022-12-04  9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04  9:44 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-12-06 18:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-04  9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
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

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).