.. | .. |
---|
140 | 140 | compatible = "simple-audio-card"; |
---|
141 | 141 | status = "disabled"; |
---|
142 | 142 | simple-audio-card,format = "dsp_a"; |
---|
143 | | - simple-audio-card,bitclock-inversion = <1>; |
---|
| 143 | + simple-audio-card,bitclock-inversion; |
---|
144 | 144 | simple-audio-card,mclk-fs = <256>; |
---|
145 | 145 | simple-audio-card,name = "rockchip,bt"; |
---|
146 | 146 | simple-audio-card,cpu { |
---|
.. | .. |
---|
372 | 372 | bus-width = <8>; |
---|
373 | 373 | cap-mmc-highspeed; |
---|
374 | 374 | mmc-hs200-1_8v; |
---|
375 | | - supports-emmc; |
---|
| 375 | + no-sdio; |
---|
| 376 | + no-sd; |
---|
376 | 377 | disable-wp; |
---|
377 | 378 | non-removable; |
---|
378 | 379 | num-slots = <1>; |
---|
.. | .. |
---|
1183 | 1184 | bus-width = <4>; |
---|
1184 | 1185 | cap-mmc-highspeed; |
---|
1185 | 1186 | cap-sd-highspeed; |
---|
1186 | | - supports-sd; |
---|
| 1187 | + no-sdio; |
---|
| 1188 | + no-mmc; |
---|
1187 | 1189 | card-detect-delay = <800>; |
---|
1188 | 1190 | ignore-pm-notify; |
---|
1189 | 1191 | /*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/ |
---|
.. | .. |
---|
1199 | 1201 | &sdio { |
---|
1200 | 1202 | bus-width = <4>; |
---|
1201 | 1203 | cap-sd-highspeed; |
---|
1202 | | - supports-sdio; |
---|
| 1204 | + no-sd; |
---|
| 1205 | + no-mmc; |
---|
1203 | 1206 | ignore-pm-notify; |
---|
1204 | 1207 | keep-power-in-suspend; |
---|
1205 | 1208 | non-removable; |
---|