.. | .. |
---|
131 | 131 | bus-width = <8>; |
---|
132 | 132 | cap-mmc-highspeed; |
---|
133 | 133 | mmc-hs200-1_8v; |
---|
134 | | - supports-emmc; |
---|
| 134 | + no-sdio; |
---|
| 135 | + no-sd; |
---|
135 | 136 | disable-wp; |
---|
136 | 137 | non-removable; |
---|
137 | 138 | num-slots = <1>; |
---|
.. | .. |
---|
596 | 597 | bus-width = <4>; |
---|
597 | 598 | cap-mmc-highspeed; |
---|
598 | 599 | cap-sd-highspeed; |
---|
599 | | - supports-sd; |
---|
| 600 | + no-sdio; |
---|
| 601 | + no-mmc; |
---|
600 | 602 | card-detect-delay = <800>; |
---|
601 | 603 | ignore-pm-notify; |
---|
602 | 604 | /*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/ |
---|
.. | .. |
---|
612 | 614 | &sdio { |
---|
613 | 615 | bus-width = <4>; |
---|
614 | 616 | cap-sd-highspeed; |
---|
615 | | - supports-sdio; |
---|
| 617 | + no-sd; |
---|
| 618 | + no-mmc; |
---|
616 | 619 | ignore-pm-notify; |
---|
617 | 620 | keep-power-in-suspend; |
---|
618 | 621 | non-removable; |
---|