From c0adad64e0aa6a363aaf7e19e8d4b6b453b20178 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Thu, 10 Oct 2024 11:48:58 +0530 Subject: [PATCH] ARM: dts: msm: Correct SDC2 pinctrl for tuna Fix the SDC2 GPIO pin function names to match the tuna-pinctrl driver. The function name like "SDC2_CMD" was incorrectly written as "sdc2_cmd" and etc. This alignment ensures proper functioning. Change-Id: I4fd35d3c7d4fbdf0ee1bc32ad81efc3088529265 Signed-off-by: Manish Pandey --- qcom/tuna-pinctrl.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcom/tuna-pinctrl.dtsi b/qcom/tuna-pinctrl.dtsi index 8c3ca7ff..ef545946 100644 --- a/qcom/tuna-pinctrl.dtsi +++ b/qcom/tuna-pinctrl.dtsi @@ -1584,21 +1584,21 @@ sdc2_on: sdc2_on { clk { pins = "gpio62"; - function = "sdc2_clk"; + function = "SDC2_CLK"; bias-disable; drive-strength = <16>; }; cmd { pins = "gpio51"; - function = "sdc2_cmd"; + function = "SDC2_CMD"; bias-pull-up; drive-strength = <10>; }; data { pins = "gpio63", "gpio120", "gpio48", "gpio49"; - function = "sdc2_data"; + function = "SDC2_DATA"; bias-pull-up; drive-strength = <10>; };