From 9f952013af17fb190a42438f07ec81cb2b762a59 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Wed, 23 Oct 2024 14:17:00 +0530 Subject: [PATCH] ARM: dts: msm: Update UFS_RESET pin for tuna Commit 95fd342 (pinctrl: qcom: Add missing pins for Tuna SoC and update egpio) updates the UFS_RESET pin from 187 to 191. This commit updates tuna UFS 'reset-gpios' to 191 to ensure proper functioning of UFS. Change-Id: I3e7720449ca439b8ea2c0364137408d8d91a5701 Signed-off-by: Manish Pandey --- qcom/tuna.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index a2b7031e..a2fd1593 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -2207,7 +2207,7 @@ qcom,bypass-pbl-rst-wa; qcom,max-cpus = <8>; - reset-gpios = <&tlmm 187 GPIO_ACTIVE_LOW>; + reset-gpios = <&tlmm 191 GPIO_ACTIVE_LOW>; resets = <&gcc GCC_UFS_PHY_BCR>; reset-names = "rst";