| .. | .. |
|---|
| 130 | 130 | bt-sound { |
|---|
| 131 | 131 | compatible = "simple-audio-card"; |
|---|
| 132 | 132 | simple-audio-card,format = "dsp_a"; |
|---|
| 133 | | - simple-audio-card,bitclock-inversion = <1>; |
|---|
| 133 | + simple-audio-card,bitclock-inversion; |
|---|
| 134 | 134 | simple-audio-card,mclk-fs = <256>; |
|---|
| 135 | 135 | simple-audio-card,name = "rockchip,bt"; |
|---|
| 136 | 136 | simple-audio-card,cpu { |
|---|
| .. | .. |
|---|
| 362 | 362 | bus-width = <8>; |
|---|
| 363 | 363 | cap-mmc-highspeed; |
|---|
| 364 | 364 | mmc-hs200-1_8v; |
|---|
| 365 | | - supports-emmc; |
|---|
| 365 | + no-sdio; |
|---|
| 366 | + no-sd; |
|---|
| 366 | 367 | disable-wp; |
|---|
| 367 | 368 | non-removable; |
|---|
| 368 | 369 | num-slots = <1>; |
|---|
| .. | .. |
|---|
| 1170 | 1171 | bus-width = <4>; |
|---|
| 1171 | 1172 | cap-mmc-highspeed; |
|---|
| 1172 | 1173 | cap-sd-highspeed; |
|---|
| 1173 | | - supports-sd; |
|---|
| 1174 | + no-sdio; |
|---|
| 1175 | + no-mmc; |
|---|
| 1174 | 1176 | card-detect-delay = <800>; |
|---|
| 1175 | 1177 | ignore-pm-notify; |
|---|
| 1176 | 1178 | /*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/ |
|---|
| .. | .. |
|---|
| 1186 | 1188 | &sdio { |
|---|
| 1187 | 1189 | bus-width = <4>; |
|---|
| 1188 | 1190 | cap-sd-highspeed; |
|---|
| 1189 | | - supports-sdio; |
|---|
| 1191 | + no-sd; |
|---|
| 1192 | + no-mmc; |
|---|
| 1190 | 1193 | ignore-pm-notify; |
|---|
| 1191 | 1194 | keep-power-in-suspend; |
|---|
| 1192 | 1195 | non-removable; |
|---|