[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251110085013.802976-1-sarthak.garg@oss.qualcomm.com>
Date: Mon, 10 Nov 2025 14:20:10 +0530
From: Sarthak Garg <sarthak.garg@....qualcomm.com>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, quic_nguyenb@...cinc.com,
quic_rampraka@...cinc.com, quic_pragalla@...cinc.com,
quic_sayalil@...cinc.com, quic_nitirawa@...cinc.com,
quic_bhaskarv@...cinc.com, kernel@....qualcomm.com,
Sarthak Garg <sarthak.garg@....qualcomm.com>
Subject: [PATCH V4 0/3] Add SD Card support for sm8750 SoC and boards
Add SD Card support for sm8750 SoC, including MTP and QRD boards.
- Changed from v3
- As suggested by Krzysztof Kozlowski refactor the code to follow
DTS coding style and use hex everywhere in reg.
- Changed from v2
- As suggested by Abel Vesa move the GPIO configuration for SD card
detection (specifically the pin settings for gpio55) from the
SoC-level device tree (sm8750.dtsi) to the board-specific device
tree files.
- Changed from v1
- As suggested by Konrad Dybcio the patch into separate commits per
board and did formatting improvements (e.g. aligning < symbols,
placing each item on a new line).
- Addressed Konrad Dybcio comment to use SVS_L1 for opp-202000000.
Sarthak Garg (3):
arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc
arm64: dts: qcom: sm8750-mtp: Add SDC2 node for sm8750 mtp board
arm64: dts: qcom: sm8750-qrd: Add SDC2 node for sm8750 qrd board
arch/arm64/boot/dts/qcom/sm8750-mtp.dts | 23 +++++++++++
arch/arm64/boot/dts/qcom/sm8750-qrd.dts | 23 +++++++++++
arch/arm64/boot/dts/qcom/sm8750.dtsi | 54 +++++++++++++++++++++++++
3 files changed, 100 insertions(+)
--
2.34.1
Powered by blists - more mailing lists