From 888f53106b2f61252c67ebe05cdc5e781138f598 Mon Sep 17 00:00:00 2001 From: Prasanna S Date: Thu, 27 Jun 2024 12:45:53 +0530 Subject: [PATCH] ARM: dts: msm: shutdown as pinctrl state is missing for UART node in parrot As part of initial commit '57abd8093413f0969d6c14d38028486e0d303e74 (ARM: dts: msm: Add QUPv3 and GPI DT nodes on Parrot")', pinctrl state for "shutdown" is missing because of which we are not configuring the pinctrl state when shutdown pinctrl state is being called. Add "shutdown" pinctrl state in parrot for uart node. Change-Id: I9d04f6c649652918db0198069c0fd2d19221590b Signed-off-by: Prasanna S --- qcom/parrot-qupv3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/parrot-qupv3.dtsi b/qcom/parrot-qupv3.dtsi index 024a5083..8514544f 100644 --- a/qcom/parrot-qupv3.dtsi +++ b/qcom/parrot-qupv3.dtsi @@ -574,7 +574,7 @@ <&clk_virt MASTER_QUP_CORE_1 &clk_virt SLAVE_QUP_CORE_1>, <&system_noc MASTER_A2NOC_SNOC &gem_noc SLAVE_LLCC>, <&aggre2_noc MASTER_QUP_1 &mc_virt SLAVE_EBI1>; - pinctrl-names = "default", "active", "sleep"; + pinctrl-names = "default", "active", "sleep", "shutdown"; pinctrl-0 = <&qupv3_se11_default_cts>, <&qupv3_se11_default_rts>, <&qupv3_se11_default_tx>, <&qupv3_se11_default_rx>; pinctrl-1 = <&qupv3_se11_cts>, <&qupv3_se11_rts>,