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 <quic_mapa@quicinc.com>
This commit is contained in:
Manish Pandey
2024-10-10 11:48:58 +05:30
parent 66a225b028
commit c0adad64e0

View File

@@ -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>;
};