0018-v6.0-arm64-dts-qcom-Fix-sdhci-node-names-use-mmc.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. From 2e9703ffe97a1c447c0d00c061526fbeeade6107 Mon Sep 17 00:00:00 2001
  2. From: Bhupesh Sharma <[email protected]>
  3. Date: Sun, 15 May 2022 03:24:19 +0530
  4. Subject: [PATCH] arm64: dts: qcom: Fix sdhci node names - use 'mmc@'
  5. Since the Qualcomm sdhci-msm device-tree binding has been converted
  6. to yaml format, 'make dtbs_check' reports issues with
  7. inconsistent 'sdhci@' convention used for specifying the
  8. sdhci nodes. The generic mmc bindings expect 'mmc@' format
  9. instead.
  10. Fix the same.
  11. Cc: Bjorn Andersson <[email protected]>
  12. Cc: Rob Herring <[email protected]>
  13. Signed-off-by: Bhupesh Sharma <[email protected]>
  14. [bjorn: Moved non-arm64 changes to separate commit]
  15. Signed-off-by: Bjorn Andersson <[email protected]>
  16. Link: https://lore.kernel.org/r/[email protected]
  17. ---
  18. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
  19. 1 file changed, 1 insertion(+), 1 deletion(-)
  20. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  21. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  22. @@ -375,7 +375,7 @@
  23. cell-index = <0>;
  24. };
  25. - sdhc_1: sdhci@7824900 {
  26. + sdhc_1: mmc@7824900 {
  27. compatible = "qcom,sdhci-msm-v4";
  28. reg = <0x7824900 0x500>, <0x7824000 0x800>;
  29. reg-names = "hc_mem", "core_mem";