| .. | .. |
|---|
| 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>; |
|---|
| .. | .. |
|---|
| 1162 | 1163 | bus-width = <4>; |
|---|
| 1163 | 1164 | cap-mmc-highspeed; |
|---|
| 1164 | 1165 | cap-sd-highspeed; |
|---|
| 1165 | | - supports-sd; |
|---|
| 1166 | + no-sdio; |
|---|
| 1167 | + no-mmc; |
|---|
| 1166 | 1168 | card-detect-delay = <800>; |
|---|
| 1167 | 1169 | ignore-pm-notify; |
|---|
| 1168 | 1170 | /*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/ |
|---|
| .. | .. |
|---|
| 1178 | 1180 | &sdio { |
|---|
| 1179 | 1181 | bus-width = <4>; |
|---|
| 1180 | 1182 | cap-sd-highspeed; |
|---|
| 1181 | | - supports-sdio; |
|---|
| 1183 | + no-sd; |
|---|
| 1184 | + no-mmc; |
|---|
| 1182 | 1185 | ignore-pm-notify; |
|---|
| 1183 | 1186 | keep-power-in-suspend; |
|---|
| 1184 | 1187 | non-removable; |
|---|