.. | .. |
---|
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>; |
---|
.. | .. |
---|
591 | 592 | bus-width = <4>; |
---|
592 | 593 | cap-mmc-highspeed; |
---|
593 | 594 | cap-sd-highspeed; |
---|
594 | | - supports-sd; |
---|
| 595 | + no-sdio; |
---|
| 596 | + no-mmc; |
---|
595 | 597 | card-detect-delay = <800>; |
---|
596 | 598 | ignore-pm-notify; |
---|
597 | 599 | /*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/ |
---|
.. | .. |
---|
607 | 609 | &sdio { |
---|
608 | 610 | bus-width = <4>; |
---|
609 | 611 | cap-sd-highspeed; |
---|
610 | | - supports-sdio; |
---|
| 612 | + no-sd; |
---|
| 613 | + no-mmc; |
---|
611 | 614 | ignore-pm-notify; |
---|
612 | 615 | keep-power-in-suspend; |
---|
613 | 616 | non-removable; |
---|