mbox series

[v2,0/3] Add SDHCI support for SDX75 SoC

Message ID 20240523120337.9530-1-quic_nainmeht@quicinc.com
Headers show
Series Add SDHCI support for SDX75 SoC | expand

Message

Naina Mehta May 23, 2024, 12:03 p.m. UTC
Add SDHC instance for supporting SD card on SDX75 SoC.

Changes in v2:
 - Renamed the regulators as per the current format for fixed-regulator.
 - Collected reviewed-by tag.
 - Link to v1: https://lore.kernel.org/linux-arm-msm/20240515120958.32032-1-quic_nainmeht@quicinc.com/

Naina Mehta (3):
  dt-bindings: mmc: sdhci-msm: Document the SDX75 compatible
  arm64: dts: qcom: sdx75: Add SDHCI node
  arm64: dts: qcom: sdx75-idp: add SDHCI for SD Card

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |  1 +
 arch/arm64/boot/dts/qcom/sdx75-idp.dts        | 45 ++++++++++
 arch/arm64/boot/dts/qcom/sdx75.dtsi           | 86 +++++++++++++++++++
 3 files changed, 132 insertions(+)

Comments

Ulf Hansson June 4, 2024, 11:13 a.m. UTC | #1
On Thu, 23 May 2024 at 14:04, Naina Mehta <quic_nainmeht@quicinc.com> wrote:
>
> Document the compatible for SDHCI on SDX75 SoC.
>
> Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@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 c24c537f62b1..11979b026d21 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> @@ -51,6 +51,7 @@ properties:
>                - qcom,sdm845-sdhci
>                - qcom,sdx55-sdhci
>                - qcom,sdx65-sdhci
> +              - qcom,sdx75-sdhci
>                - qcom,sm6115-sdhci
>                - qcom,sm6125-sdhci
>                - qcom,sm6350-sdhci
> --
> 2.17.1
>