* [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
@ 2026-03-23 12:47 Pradeep P V K
2026-03-23 12:55 ` Konrad Dybcio
2026-03-30 16:01 ` Bjorn Andersson
0 siblings, 2 replies; 4+ messages in thread
From: Pradeep P V K @ 2026-03-23 12:47 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Manivannan Sadhasivam, Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel, nitin.rawat,
Pradeep P V K
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
2026-03-23 12:47 [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS Pradeep P V K
@ 2026-03-23 12:55 ` Konrad Dybcio
2026-03-23 13:24 ` Pradeep Pragallapati
2026-03-30 16:01 ` Bjorn Andersson
1 sibling, 1 reply; 4+ messages in thread
From: Konrad Dybcio @ 2026-03-23 12:55 UTC (permalink / raw)
To: Pradeep P V K, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam,
Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel, nitin.rawat
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
2026-03-23 12:55 ` Konrad Dybcio
@ 2026-03-23 13:24 ` Pradeep Pragallapati
0 siblings, 0 replies; 4+ messages in thread
From: Pradeep Pragallapati @ 2026-03-23 13:24 UTC (permalink / raw)
To: Konrad Dybcio, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Manivannan Sadhasivam,
Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel, nitin.rawat
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS
2026-03-23 12:47 [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS Pradeep P V K
2026-03-23 12:55 ` Konrad Dybcio
@ 2026-03-30 16:01 ` Bjorn Andersson
1 sibling, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-03-30 16:01 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Manivannan Sadhasivam, Dmitry Baryshkov, Pradeep P V K
Cc: linux-arm-msm, devicetree, linux-kernel, nitin.rawat
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-30 16:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 12:47 [PATCH v2] arm64: dts: qcom: purwa-iot-evk: Enable UFS Pradeep P V K
2026-03-23 12:55 ` Konrad Dybcio
2026-03-23 13:24 ` Pradeep Pragallapati
2026-03-30 16:01 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox