Message ID | 20241008-x1e80100-qcp-sdhc-v1-0-dfef4c92ae31@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: x1e80100: Describe SDCs and enable support on QCP | expand |
On Tue, 8 Oct 2024 at 16:06, Abel Vesa <abel.vesa@linaro.org> wrote: > > Document the SDHCI Controller on the X1E80100 Platform. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 11979b026d211050270d018c03fa73c107e7c10f..8c7e016306f14be20e4a3cff289317ed603633f3 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -62,6 +62,7 @@ properties: > - qcom,sm8450-sdhci > - qcom,sm8550-sdhci > - qcom,sm8650-sdhci > + - qcom,x1e80100-sdhci > - const: qcom,sdhci-msm-v5 # for sdcc version 5.0 > > reg: > > -- > 2.34.1 >
The X1E80100 has two SDHC controllers (called SDC2 and SDC4). Describe both of them and enable the SDC2 on QCP. This brings SD card support for the microSD port on QCP. The SDC4 is described but there is no device outthere yet that makes use of it, AFAIK. Didn't include the SDC4 pins yet because there are some bindings errors that need to be addressed, and since there is no HW that actually uses it, we can describe them at a later stage. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Abel Vesa (4): dt-bindings: mmc: sdhci-msm: Document the X1E80100 SDHCI Controller arm64: dts: qcom: x1e80100: Describe the SDHC controllers arm64: dts: qcom: x1e80100: Describe TLMM pins for SDC2 arm64: dts: qcom: x1e80100-qcp: Enable SD card support .../devicetree/bindings/mmc/sdhci-msm.yaml | 1 + arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 20 +++ arch/arm64/boot/dts/qcom/x1e80100.dtsi | 148 +++++++++++++++++++++ 3 files changed, 169 insertions(+) --- base-commit: 58ca61c1a866bfdaa5e19fb19a2416764f847d75 change-id: 20241007-x1e80100-qcp-sdhc-15c716dad946 Best regards,