From e804cdf8e344e4df3ee1b71995db81432d0113f4 Mon Sep 17 00:00:00 2001 From: Prateek Patil Date: Thu, 20 Mar 2025 11:32:24 +0530 Subject: [PATCH] ARM: dts: msm: Add pinctrl string for SW_CTRL GPIO Add pinctrl string for SW_CTRL GPIO. Change-Id: I291c1c103ca0454b3616efb66b46c357494d19ae CRs-Fixed: 4090490 --- kera-wcn7750.dtsi | 1 + tuna-wcn7750.dtsi | 1 + 2 files changed, 2 insertions(+) diff --git a/kera-wcn7750.dtsi b/kera-wcn7750.dtsi index 2ea94bdf..c83a831f 100644 --- a/kera-wcn7750.dtsi +++ b/kera-wcn7750.dtsi @@ -70,6 +70,7 @@ sw-ctrl-gpio = <81>; /* List of GPIOs to be setup for interrupt wakeup capable */ mpm_wake_set_gpios = <81>; + pin_sw-ctrl-gpio = <&tlmm 81 0>; pinctrl-names = "sw_ctrl"; pinctrl-0 = <&icnss_sw_ctrl>; diff --git a/tuna-wcn7750.dtsi b/tuna-wcn7750.dtsi index d0c3f1e4..e4ffa766 100644 --- a/tuna-wcn7750.dtsi +++ b/tuna-wcn7750.dtsi @@ -66,6 +66,7 @@ sw-ctrl-gpio =<80>; /* List of GPIOs to be setup for interrupt wakeup capable */ mpm_wake_set_gpios = <80>; + pin_sw-ctrl-gpio = <&tlmm 80 0>; pinctrl-names = "sw_ctrl"; pinctrl-0 = <&icnss_sw_ctrl>;