RM: dts: Update SD card Detect GPIO for msmfalcon
Update SD card detect gpio for msmfalcon. Remove wrong pin mux on GPIO_54 and change cd-gpios to GPIO_95. CRs-Fixed: 1100528 Change-Id: I1fd7b7e7324b79544608a9d9ce73aa53608d1f3e Signed-off-by: Liangliang Lu <luliang@codeaurora.org>
This commit is contained in:
parent
ba4fdd9852
commit
d2d4c44628
1 changed files with 1 additions and 25 deletions
|
@ -72,30 +72,6 @@
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&sdc2_cd_on {
|
||||
mux {
|
||||
pins = "gpio54";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio54";
|
||||
/delete-property/ bias-pull-up;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
&sdc2_cd_off {
|
||||
mux {
|
||||
pins = "gpio54";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio54";
|
||||
/delete-property/ bias-pull-up;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
&sdhc_2 {
|
||||
vdd-supply = <&pm2falcon_l5>;
|
||||
qcom,vdd-voltage-level = <2950000 2950000>;
|
||||
|
@ -113,7 +89,7 @@
|
|||
50000000 100000000 200000000>;
|
||||
qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
|
||||
|
||||
cd-gpios = <&tlmm 54 0x0>;
|
||||
cd-gpios = <&tlmm 95 0x0>;
|
||||
|
||||
status = "ok";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue