| .. | .. |
|---|
| 46 | 46 | gpios-states = <1>; |
|---|
| 47 | 47 | |
|---|
| 48 | 48 | /* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */ |
|---|
| 49 | | - states = <1800000 0 |
|---|
| 50 | | - 3300000 1>; |
|---|
| 49 | + states = <1800000 0>, |
|---|
| 50 | + <3300000 1>; |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | regulator-settling-time-up-us = <10000>; |
|---|
| 53 | 53 | regulator-settling-time-down-us = <150000>; |
|---|
| .. | .. |
|---|
| 165 | 165 | |
|---|
| 166 | 166 | bus-width = <4>; |
|---|
| 167 | 167 | cap-sd-highspeed; |
|---|
| 168 | | - max-frequency = <100000000>; |
|---|
| 168 | + max-frequency = <50000000>; |
|---|
| 169 | 169 | |
|---|
| 170 | 170 | non-removable; |
|---|
| 171 | 171 | disable-wp; |
|---|
| 172 | + |
|---|
| 173 | + /* WiFi firmware requires power to be kept while in suspend */ |
|---|
| 174 | + keep-power-in-suspend; |
|---|
| 172 | 175 | |
|---|
| 173 | 176 | mmc-pwrseq = <&sdio_pwrseq>; |
|---|
| 174 | 177 | |
|---|
| .. | .. |
|---|
| 196 | 199 | max-frequency = <100000000>; |
|---|
| 197 | 200 | disable-wp; |
|---|
| 198 | 201 | |
|---|
| 199 | | - cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_HIGH>; |
|---|
| 200 | | - cd-inverted; |
|---|
| 202 | + cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>; |
|---|
| 201 | 203 | |
|---|
| 202 | 204 | vmmc-supply = <&vddao_3v3>; |
|---|
| 203 | 205 | vqmmc-supply = <&vddio_card>; |
|---|