Fixed SD card: CD and RW pin definition

This commit is contained in:
yourname 2016-03-09 22:55:08 -08:00
parent 58f44dd317
commit 9c26a40e1c

View File

@ -636,9 +636,9 @@
&usdhc2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc2>;
bus-width = <8>;
cd-gpios = <&gpio2 2 0>;
wp-gpios = <&gpio2 3 0>;
bus-width = <4>;
cd-gpios = <&gpio1 4 0>;
wp-gpios = <&gpio1 2 0>;
no-1-8-v;
keep-power-in-suspend;
enable-sdio-wakeup;