Re: [PATCH 4/5] arm64: dts: qcom: glymur-qcb: Enable UFS
From: Pradeep Pragallapati
Date: Wed Sep 16 2026 - 11:33:53 EST
On 9/14/2026 2:44 PM, Konrad Dybcio wrote:
On 9/11/26 6:47 PM, Pradeep P V K wrote:sure, i will sort it in my next patchset.>
Enable UFS for glymur-qcb board.
Signed-off-by: Pradeep P V K <pradeep.pragallapati@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/glymur-qcb.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/glymur-qcb.dts b/arch/arm64/boot/dts/qcom/glymur-qcb.dts
index 17d8ff3aed23..b6e384024dff 100644
--- a/arch/arm64/boot/dts/qcom/glymur-qcb.dts
+++ b/arch/arm64/boot/dts/qcom/glymur-qcb.dts
@@ -697,3 +697,21 @@ bluetooth {
vddrfa1p8-supply = <&vreg_pmu_rfa_1p8>;
};
};
+
+&ufs_mem_phy {
+ vdda-phy-supply = <&vreg_l1c_e1_0p82>;
+ vdda-pll-supply = <&vreg_l4f_e1_1p08>;
+
+ status = "okay";
+};
+
+&ufs_mem_hc {
Please keep the label references sorted alphabetically
Konrad
+ reset-gpios = <&tlmm 250 GPIO_ACTIVE_LOW>;
+
+ vcc-supply = <&vreg_l17b_e0_2p4>;
+ vcc-max-microamp = <1200000>;
+ vccq-supply = <&vreg_l12b_e0_1p14>;
+ vccq-max-microamp = <1200000>;
+
+ status = "okay";
+};