From e5af4b755e3c858a8a25236ab01655de0279de44 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Mon, 25 Nov 2024 15:18:03 +0530 Subject: [PATCH] ARM: dts: msm: Update UFS_RESET pin for kera Commit e3eceb0 (pinctrl:qcom:Add support for Kera SoC in pin control) updates the UFS_RESET pin from 184 to 185. This commit updates kera UFS 'reset-gpios' to 185 to ensure proper functioning of UFS. Change-Id: I9b850a7c997303b467b6fea4a64bc19ec3e6372c Signed-off-by: Manish Pandey --- qcom/kera.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index 791751e6..0779cbba 100644 --- a/qcom/kera.dtsi +++ b/qcom/kera.dtsi @@ -2245,7 +2245,7 @@ qcom,bypass-pbl-rst-wa; qcom,max-cpus = <8>; - reset-gpios = <&tlmm 184 GPIO_ACTIVE_LOW>; + reset-gpios = <&tlmm 185 GPIO_ACTIVE_LOW>; resets = <&gcc GCC_UFS_PHY_BCR>; reset-names = "rst";