[PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS

Pradeep P V K posted 1 patch 1 week, 4 days ago
arch/arm64/boot/dts/qcom/purwa-iot-evk.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
[PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
Posted by Pradeep P V K 1 week, 4 days ago
Enable UFS for purwa-iot-evk board.

This patch depends on [PATCH V5 2/3] arm64: dts: qcom: hamoa: Add UFS
nodes for x1e80100 SoC
https://lore.kernel.org/all/20260211132926.3716716-3-pradeep.pragallapati@oss.qualcomm.com/

Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
---
Changes in v2:
- Sorted the nodes alphabetically [Mani]
- Dropped cover letter for single patch series [Dmitry]
- Link to v1:
  https://lore.kernel.org/all/20260317071311.1696361-1-pradeep.pragallapati@oss.qualcomm.com/
---
 arch/arm64/boot/dts/qcom/purwa-iot-evk.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
index fe539b1f4567..f26f8b648738 100644
--- a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
+++ b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
@@ -1497,6 +1497,24 @@ &uart21 {
 	status = "okay";
 };
 
+&ufs_mem_hc {
+	reset-gpios = <&tlmm 238 GPIO_ACTIVE_LOW>;
+
+	vcc-supply = <&vreg_l17b_2p5>;
+	vcc-max-microamp = <1300000>;
+	vccq-supply = <&vreg_l2i_1p2>;
+	vccq-max-microamp = <1200000>;
+
+	status = "okay";
+};
+
+&ufs_mem_phy {
+	vdda-phy-supply = <&vreg_l3i_0p8>;
+	vdda-pll-supply = <&vreg_l3e_1p2>;
+
+	status = "okay";
+};
+
 &usb_1_ss0_dwc3_hs {
 	remote-endpoint = <&pmic_glink_ss0_hs_in>;
 };

---
base-commit: 785f0eb2f85decbe7c1ef9ae922931f0194ffc2e
change-id: 20260323-purwa-ufs-14fa5dfcd36d

Best regards,
-- 
Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
Posted by Bjorn Andersson 4 days, 3 hours ago
On Mon, 23 Mar 2026 18:17:53 +0530, Pradeep P V K wrote:
> Enable UFS for purwa-iot-evk board.
> 
> This patch depends on [PATCH V5 2/3] arm64: dts: qcom: hamoa: Add UFS
> nodes for x1e80100 SoC
> https://lore.kernel.org/all/20260211132926.3716716-3-pradeep.pragallapati@oss.qualcomm.com/
> 
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: purwa-iot-evk: Enable UFS
      commit: 7658e9b94849ca861ded82d641f52fcec303210d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
Posted by Konrad Dybcio 1 week, 4 days ago
On 3/23/26 1:47 PM, Pradeep P V K wrote:
> Enable UFS for purwa-iot-evk board.
> 
> This patch depends on [PATCH V5 2/3] arm64: dts: qcom: hamoa: Add UFS
> nodes for x1e80100 SoC
> https://lore.kernel.org/all/20260211132926.3716716-3-pradeep.pragallapati@oss.qualcomm.com/

This information should live below the --- line (in the ""cover letter""
for this single-patch case), as we don't really care about that once it
hits the git history

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad
Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
Posted by Pradeep Pragallapati 1 week, 4 days ago

On 3/23/2026 6:25 PM, Konrad Dybcio wrote:
> On 3/23/26 1:47 PM, Pradeep P V K wrote:
>> Enable UFS for purwa-iot-evk board.
>>
>> This patch depends on [PATCH V5 2/3] arm64: dts: qcom: hamoa: Add UFS
>> nodes for x1e80100 SoC
>> https://lore.kernel.org/all/20260211132926.3716716-3-pradeep.pragallapati@oss.qualcomm.com/
> 
> This information should live below the --- line (in the ""cover letter""
> for this single-patch case), as we don't really care about that once it
> hits the git history
> 
Agree. The statement below caused some confusion, which is why I added 
it to the commit description.

If one patch depends on another patch in order for a change to be 
complete, that is OK. Simply note “this patch depends on patch X” in 
your patch description.
https://www.kernel.org/doc/html/latest/process/submitting-patches.html

> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> Konrad