[PATCH V4 0/2] arm64: dts: qcom: Shikra SD Card support
Monish Chunara <[email protected]> Tue, 4 Aug 2026 17:50:52 +0530
| Newsgroups | org.kernel.vger.linux-mmc,org.infradead.lists.linux-phy,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This is v4 of the Shikra SD Card support series. This series adds SD card support for the Shikra platform. The first patch adds the SDHC2 controller node and the necessary pinctrl configurations to the base Shikra SoC dtsi. The second patch enables this support on the Shikra EVK (CQS, CQM, and IQS variants) by defining the regulator supplies and the card detection GPIO. Signed-off-by: Monish Chunara <[email protected]> Changes in v4: - Rebase on latest code base - Collect Reviewed-by tags (Konrad) - Drop the dependency link - since all base changes are merged Changes in v3: - Padded the address part of the reg property in the sdhc_2 node to 8 hex digits with leading zeroes for consistency with other nodes in the file - Moved the common sdhc_2 properties to shikra-evk DT file - Link to v2: https://lore.kernel.org/all/[email protected] Changes in v2: - Rectify the alignment for clocks and interconnect properties for SD card - Link to v1: https://lore.kernel.org/all/[email protected] Testing: - Validated on Shikra EVK variants. Monish Chunara (2): arm64: dts: qcom: Add SD Card support for Shikra SoC arm64: dts: qcom: Enable SD card for Shikra EVK arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts | 9 ++ arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 9 ++ arch/arm64/boot/dts/qcom/shikra-evk.dtsi | 11 +++ arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts | 9 ++ arch/arm64/boot/dts/qcom/shikra.dtsi | 97 +++++++++++++++++++++ 5 files changed, 135 insertions(+) -- 2.34.1