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:
@@ -1584,21 +1584,21 @@
|
|||||||
sdc2_on: sdc2_on {
|
sdc2_on: sdc2_on {
|
||||||
clk {
|
clk {
|
||||||
pins = "gpio62";
|
pins = "gpio62";
|
||||||
function = "sdc2_clk";
|
function = "SDC2_CLK";
|
||||||
bias-disable;
|
bias-disable;
|
||||||
drive-strength = <16>;
|
drive-strength = <16>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cmd {
|
cmd {
|
||||||
pins = "gpio51";
|
pins = "gpio51";
|
||||||
function = "sdc2_cmd";
|
function = "SDC2_CMD";
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
drive-strength = <10>;
|
drive-strength = <10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
data {
|
data {
|
||||||
pins = "gpio63", "gpio120", "gpio48", "gpio49";
|
pins = "gpio63", "gpio120", "gpio48", "gpio49";
|
||||||
function = "sdc2_data";
|
function = "SDC2_DATA";
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
drive-strength = <10>;
|
drive-strength = <10>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user