From 09858a4576ca61b4519d9ef58d74c325c918c9bc Mon Sep 17 00:00:00 2001 From: Mukesh Kumar Savaliya Date: Thu, 18 Jan 2024 00:15:48 +0530 Subject: [PATCH] ARM: dts: msm: Change I3C pin functions to gpio mode for AON usecase For AON usecase switching from HLOS to SSC needs TLMM function to be non IBI, hence during sleep mode change function of the TLMM to QUP mode so that SSC can work with IBI disable without any issue. Also ensures to restore back the TLMM Function to IBI mode when HLOS i3c usecase starts. Change-Id: Id6a5cdeafe2c3ee50186c0020831e4eb8f329f95 Signed-off-by: Mukesh Kumar Savaliya --- qcom/sun-pinctrl.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcom/sun-pinctrl.dtsi b/qcom/sun-pinctrl.dtsi index 3c2685a3..2e5aea44 100644 --- a/qcom/sun-pinctrl.dtsi +++ b/qcom/sun-pinctrl.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ &tlmm { @@ -1718,7 +1718,7 @@ qupv3_se8_i3c_sda_sleep: qupv3_se8_i3c_sda_sleep { mux { pins = "gpio0"; - function = "ibi_i3c"; + function = "qup2_se0_l0"; }; config { @@ -1732,7 +1732,7 @@ qupv3_se8_i3c_scl_sleep: qupv3_se8_i3c_scl_sleep { mux { pins = "gpio1"; - function = "ibi_i3c"; + function = "qup2_se0_l1"; }; config {