mbox series

[v5,0/3] arm64: dts: qcom: qdu1000: add SDHCI

Message ID 20230601111128.19562-1-quic_kbajaj@quicinc.com (mailing list archive)
Headers show
Series arm64: dts: qcom: qdu1000: add SDHCI | expand

Message

Komal Bajaj June 1, 2023, 11:11 a.m. UTC
Changes in v5 -
 * Combined sdhc node addition and pin configuration into one commit.

Changes in v4 -
 * Fixed the subject prefix to arm64.
 * Updated the pinctrl entries alphabetically.

Changes in v3 -
 * Removed aliases and dropped "_1" suffix as suggested by Bjorn.
 * Changed pinconfig names.

Changes in v2-
 * Updated the binding alphabetically.
 * Removed extra comments as suggested by Bhupesh.
 * Moved non-removable, no-sd, no-sdio and other properties from
   soc to board dts file as suggested by Bhupesh and Konrad.
 * Removed extra newlines and leading zeroes as suggested by Konrad.
 * Modified sdhc1_opp_table.
 * Updated the SDHC node entries alphabetically.
 * Moved the status entry at the end.

Komal Bajaj (3):
  dt-bindings: mmc: sdhci-msm: Document the QDU1000/QRU1000 compatible
  arm64: dts: qcom: qdu1000: Add SDHCI node
  arm64: dts: qcom: qdu1000-idp: add SDHCI for emmc

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |  1 +
 arch/arm64/boot/dts/qcom/qdu1000-idp.dts      | 23 +++++
 arch/arm64/boot/dts/qcom/qdu1000.dtsi         | 97 +++++++++++++++++++
 3 files changed, 121 insertions(+)

--
2.17.1

Comments

Bjorn Andersson June 13, 2023, 11:48 p.m. UTC | #1
On Thu, 1 Jun 2023 16:41:25 +0530, Komal Bajaj wrote:
> Changes in v5 -
>  * Combined sdhc node addition and pin configuration into one commit.
> 
> Changes in v4 -
>  * Fixed the subject prefix to arm64.
>  * Updated the pinctrl entries alphabetically.
> 
> [...]

Applied, thanks!

[2/3] arm64: dts: qcom: qdu1000: Add SDHCI node
      commit: 90c8c4eb4bbb5e2e241fd5286bd43dd30a850b9d
[3/3] arm64: dts: qcom: qdu1000-idp: add SDHCI for emmc
      commit: 6901ff9987469fa33d06990463adc8a63f8be5d0

Best regards,