Re: [PATCH V4 1/3] arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc

From: Sarthak Garg

Date: Wed Nov 12 2025 - 01:27:33 EST



On 11/10/2025 4:38 PM, Konrad Dybcio wrote:
On 11/10/25 10:25 AM, Sarthak Garg wrote:
On 11/10/2025 2:43 PM, Krzysztof Kozlowski wrote:
On 10/11/2025 09:50, Sarthak Garg wrote:
Add SD Card host controller for sm8750 soc.

Signed-off-by: Sarthak Garg <sarthak.garg@xxxxxxxxxxxxxxxx>
---
  arch/arm64/boot/dts/qcom/sm8750.dtsi | 54 ++++++++++++++++++++++++++++
  1 file changed, 54 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi
index a82d9867c7cb..95b210fbfead 100644
--- a/arch/arm64/boot/dts/qcom/sm8750.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi
@@ -3482,6 +3482,60 @@ pcie0_phy: phy@1c06000 {
              status = "disabled";
          };
  +        sdhc_2: mmc@8804000 {
Nothing improved.

Best regards,
Krzysztof

I moved the sdhc_2 node to follow alphanumeric ordering and used hex in reg.
What extra is needed ?
Nodes with a unit address (numbers after @) are supposed to be sorted
by that register, just like any other register map

Konrad


Thanks for pointing out. Will update in V5.


Regards,
Sarthak