From: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
To: Monish Chunara <monish.chunara@oss.qualcomm.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Nitin Rawat <nitin.rawat@oss.qualcomm.com>,
Pradeep Pragallapati <pradeep.pragallapati@oss.qualcomm.com>,
Komal Bajaj <komal.bajaj@oss.qualcomm.com>,
Sachin Rathore <sachin.rathore@oss.qualcomm.com>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V4 0/4] arm64: dts: qcom: Add SD card support for Glymur
Date: Tue, 11 Aug 2026 17:42:59 +0530 [thread overview]
Message-ID: <37d1d448-13a7-4bc5-bf25-d94c985e190e@oss.qualcomm.com> (raw)
In-Reply-To: <20260722142342.990384-1-mchunara@oss.qualcomm.com>
On 7/22/2026 7:53 PM, Monish Chunara wrote:
> From: Monish Chunara <monish.chunara@oss.qualcomm.com>
>
> Respected Maintainers,
>
> This is v4 of the series to add SD card support for Glymur.
>
> This series adds SD card support for the Qualcomm Glymur SoC and the
> Glymur CRD (Customer Reference Design) platform. The changes include
> updating voltage regulators to meet SD card requirements, documenting
> the new compatible string in device tree bindings, and enabling the SDHC
> controller at both the SoC and board levels.
>
Tested-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
> Changes in v4:
> - Propagate Reviewed-by tags (Konrad, Dmitry)
> - Update the commit message for dt-bindings change (Krzysztof)
> - Move the common nodes for SD card enablement to glymur-crd.dtsi to be
> leveraged by Mahua CRD platform. No functional changes made.
> - Link to v3: https://lore.kernel.org/all/20260706141346.4180348-1-mchunara@oss.qualcomm.com
>
> Changes in v3:
> - Collect Reviewed-by tags (Konrad, Dmitry)
> - Update the commit message for dt-bindings change to reflect the
> purpose for the update (Krzysztof)
> - Link to v2: https://lore.kernel.org/all/20260702094056.3755467-1-mchunara@oss.qualcomm.com
>
> Changes in v2:
> - Rectified the iommu sid mask notation to hexadecimal format
> - Updated the power-domain corner for 202 MHz frequency as per the clocks plan
> - Added the BCR reset capability for hardware reset as required during the init
> sequence
> - Reorganized the DT nodes as per the DT coding standards
> - Link to v1: https://lore.kernel.org/all/20260610111508.3941207-1-mchunara@oss.qualcomm.com
>
> Summary of changes:
>
> Patch 1: Updates the voltage ranges for vreg_l2b_e0 and vreg_l9b_e0 on
> the Glymur CRD. Specifically, it reduces the minimum voltage for the
> VDDIO supply (l2b) to 1.8V to support high-speed SD card modes and
> increases the VDD supply (l9b) for stability.
>
> Patch 2: Documents the Glymur-specific SDHCI compatible string
> (qcom,glymur-sdhci) in the sdhci-msm bindings, using qcom,sdhci-msm-v5
> as the fallback.
>
> Patch 3: Adds the SDHCI (sdhc_2) node and required pinctrl
> configurations to the base Glymur SoC device tree.
>
> Patch 4: Enables the SD card slot on the Glymur CRD by configuring the
> regulators and GPIO-based card detection.
>
> Testing: Verified on Glymur CRD hardware.
>
> Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com>
>
> Kamal Wadhwa (1):
> arm64: dts: qcom: glymur-crd: Update VREG l2b_e0 and l9b_e0 voltage
> for SD-card
>
> Monish Chunara (3):
> dt-bindings: mmc: sdhci-msm: Document the Glymur compatible
> arm64: dts: qcom: Add SD Card support for Glymur SoC
> arm64: dts: qcom: Enable SD card for Glymur CRD
>
> .../bindings/mmc/qcom,sdhci-msm.yaml | 1 +
> arch/arm64/boot/dts/qcom/glymur-crd.dtsi | 33 ++++++-
> arch/arm64/boot/dts/qcom/glymur.dtsi | 91 +++++++++++++++++++
> 3 files changed, 120 insertions(+), 5 deletions(-)
>
prev parent reply other threads:[~2026-08-11 12:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 14:23 [PATCH V4 0/4] arm64: dts: qcom: Add SD card support for Glymur Monish Chunara
2026-07-22 14:23 ` [PATCH V4 1/4] arm64: dts: qcom: glymur-crd: Update VREG l2b_e0 and l9b_e0 voltage for SD-card Monish Chunara
2026-08-12 10:39 ` Abel Vesa
2026-07-22 14:23 ` [PATCH V4 2/4] dt-bindings: mmc: sdhci-msm: Document the Glymur compatible Monish Chunara
2026-07-23 19:54 ` Rob Herring
2026-07-28 12:02 ` Monish Chunara
2026-07-28 12:20 ` Krzysztof Kozlowski
2026-07-28 12:30 ` Monish Chunara
2026-07-28 12:40 ` Krzysztof Kozlowski
2026-07-22 14:23 ` [PATCH V4 3/4] arm64: dts: qcom: Add SD Card support for Glymur SoC Monish Chunara
2026-08-12 10:38 ` Abel Vesa
2026-07-22 14:23 ` [PATCH V4 4/4] arm64: dts: qcom: Enable SD card for Glymur CRD Monish Chunara
2026-08-12 10:37 ` Abel Vesa
2026-08-11 12:12 ` Pankaj Patil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=37d1d448-13a7-4bc5-bf25-d94c985e190e@oss.qualcomm.com \
--to=pankaj.patil@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=komal.bajaj@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=monish.chunara@oss.qualcomm.com \
--cc=nitin.rawat@oss.qualcomm.com \
--cc=pradeep.pragallapati@oss.qualcomm.com \
--cc=robh@kernel.org \
--cc=sachin.rathore@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox