mbox series

[v6,0/2] arm64: dts: qcom: ipq6018: add sdhci node

Message ID 20240620150122.1406631-1-amadeus@jmu.edu.cn (mailing list archive)
Headers show
Series arm64: dts: qcom: ipq6018: add sdhci node | expand

Message

Chukun Pan June 20, 2024, 3:01 p.m. UTC
It is difficult to add OPP table for sdhci node due to lack of
datasheet and other data. Limit the maximum clock frequency of
sdcc to avoid overclocking SD/eMMC cards.

Changes in v6:
  Adjust the maximum clock frequency of sdcc to 200 MHz.

Changes in v5:
  Move LDOA2 regulator patch to other series.

Changes in v4:
  Change 'enable' to 'add' of the commit title.

Changes in v3:
  Remove always-on for LDOA2 regulator.
  Remove 1.8v properties of the node added in dtsi.

Changes in v2:
  Add LDOA2 regulator to support SDCC voltage scaling.

Chukun Pan (2):
  clk: qcom: gcc-ipq6018: update sdcc max clock frequency
  arm64: dts: qcom: ipq6018: add sdhci node

 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 19 +++++++++++++++++++
 drivers/clk/qcom/gcc-ipq6018.c        |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

Comments

Bjorn Andersson June 26, 2024, 4:30 a.m. UTC | #1
On Thu, 20 Jun 2024 23:01:20 +0800, Chukun Pan wrote:
> It is difficult to add OPP table for sdhci node due to lack of
> datasheet and other data. Limit the maximum clock frequency of
> sdcc to avoid overclocking SD/eMMC cards.
> 
> Changes in v6:
>   Adjust the maximum clock frequency of sdcc to 200 MHz.
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: ipq6018: add sdhci node
      commit: 5db216f6e1f85394e79dca74ceceb83b2f8566b5

Best regards,