rk3128 box:mmc: fix dts cd-gpio setting

This commit is contained in:
hjh
2014-09-15 14:59:15 +08:00
committed by Sun Mingjun
parent fdb5231857
commit 17b353d940
2 changed files with 8 additions and 0 deletions

View File

@@ -217,3 +217,7 @@
vmmc-supply = <&rk818_ldo9_reg>;
status = "disabled";
};
&sdmmc {
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
};

View File

@@ -233,3 +233,7 @@
status = "disabled";
};
};
&sdmmc {
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
};