+ sdhc_1: sdhci@4744000 { + compatible = "qcom,sm6125-sdhci", "qcom,sdhci-msm-v5"; + reg = <0x04744000 0x1000>, <0x04744000 0x1000>; + reg-names = "hc_mem", "core_mem";
ichernev: reg-names should be "hc" and "cqhci" and the 2 values you've supplied should be different maybe?
+ + sdhc_2: sdhci@4784000 { + compatible = "qcom,sm6125-sdhci", "qcom,sdhci-msm-v5"; + reg = <0x04784000 0x1000>; + reg-names = "hc_mem";
Wrong reg names again? -- Regards Alexey Minnekhanov