Merge "ARM: dts: msm: Correct SDC2 pinctrl for tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c792ab5742
@@ -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