mbox series

[v2,0/3] SM6375 / PDX225 SD Card support

Message ID 20221109144153.53630-1-konrad.dybcio@linaro.org
Headers show
Series SM6375 / PDX225 SD Card support | expand

Message

Konrad Dybcio Nov. 9, 2022, 2:41 p.m. UTC
Add SDHC2 for SM6375 which effectively means SD Card support for
PDX225. Nothing unusual here, some regulator dancing was required,
but that's expected.

Depends on [1] and [2].

[1] https://lore.kernel.org/linux-arm-msm/20221109111236.46003-1-konrad.dybcio@linaro.org/T/#t
[2] https://lore.kernel.org/linux-arm-msm/20221109110846.45789-2-konrad.dybcio@linaro.org/T/#u

Changes since v1:
- remove stray newline
- use mmc@ node name instead of sdhci@
- pick up tags

Konrad Dybcio (3):
  dt-bindings: mmc: sdhci-msm: Document the SM6375 compatible
  arm64: dts: qcom: sm6375: Add SDHCI2
  arm64: dts: qcom: sm6375-pdx225: Enable SD card slot

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |  1 +
 .../qcom/sm6375-sony-xperia-murray-pdx225.dts | 33 +++++++-
 arch/arm64/boot/dts/qcom/sm6375.dtsi          | 82 +++++++++++++++++++
 3 files changed, 114 insertions(+), 2 deletions(-)

Comments

Bjorn Andersson Dec. 6, 2022, 6:19 p.m. UTC | #1
On Wed, 9 Nov 2022 15:41:50 +0100, Konrad Dybcio wrote:
> Add SDHC2 for SM6375 which effectively means SD Card support for
> PDX225. Nothing unusual here, some regulator dancing was required,
> but that's expected.
> 
> Depends on [1] and [2].
> 
> [1] https://lore.kernel.org/linux-arm-msm/20221109111236.46003-1-konrad.dybcio@linaro.org/T/#t
> [2] https://lore.kernel.org/linux-arm-msm/20221109110846.45789-2-konrad.dybcio@linaro.org/T/#u
> 
> [...]

Applied, thanks!

[2/3] arm64: dts: qcom: sm6375: Add SDHCI2
      commit: 6f196ab2ad1e2b56c67cc247293ac2c5b73dbe90
[3/3] arm64: dts: qcom: sm6375-pdx225: Enable SD card slot
      commit: ecbdcbcd6f78fcf1c50e804b9baf065a36b61d26

Best regards,