mbox series

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

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

Message

Konrad Dybcio Nov. 14, 2022, 10:50 a.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/20221114104222.36329-1-konrad.dybcio@linaro.org/T/#t
[2] https://lore.kernel.org/linux-arm-msm/20221109110846.45789-2-konrad.dybcio@linaro.org/T/#u (merged)

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

Changes in v3:
- rebase against new pdx225 dtsi additions
- 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

Ulf Hansson Nov. 16, 2022, 4:17 p.m. UTC | #1
On Mon, 14 Nov 2022 at 11:50, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> Document the compatible for SDHCI on SM6375.
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Applied for next, thanks!

Kind regards
Uffe


> ---
> No changes in v3.
>
> Changes in v2:
> - pick up rb
>
>  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 fc8a6b345d97..12def0f57e3e 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> @@ -46,6 +46,7 @@ properties:
>                - qcom,sm6115-sdhci
>                - qcom,sm6125-sdhci
>                - qcom,sm6350-sdhci
> +              - qcom,sm6375-sdhci
>                - qcom,sm8150-sdhci
>                - qcom,sm8250-sdhci
>                - qcom,sm8450-sdhci
> --
> 2.38.1
>
Bjorn Andersson Dec. 6, 2022, 6:19 p.m. UTC | #2
On Mon, 14 Nov 2022 11:50:40 +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/20221114104222.36329-1-konrad.dybcio@linaro.org/T/#t
> [2] https://lore.kernel.org/linux-arm-msm/20221109110846.45789-2-konrad.dybcio@linaro.org/T/#u (merged)
> 
> [...]

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,