| .. | .. |
|---|
| 122 | 122 | status = "okay"; |
|---|
| 123 | 123 | compatible = "simple-audio-card"; |
|---|
| 124 | 124 | simple-audio-card,name = "ROCKCHIP,SPDIF"; |
|---|
| 125 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 125 | 126 | simple-audio-card,cpu { |
|---|
| 126 | 127 | sound-dai = <&spdif>; |
|---|
| 127 | 128 | }; |
|---|
| .. | .. |
|---|
| 192 | 193 | &sdmmc { |
|---|
| 193 | 194 | clock-frequency = <100000000>; |
|---|
| 194 | 195 | clock-freq-min-max = <100000 100000000>; |
|---|
| 195 | | - supports-sd; |
|---|
| 196 | + no-sdio; |
|---|
| 197 | + no-mmc; |
|---|
| 196 | 198 | bus-width = <4>; |
|---|
| 197 | 199 | cap-mmc-highspeed; |
|---|
| 198 | 200 | cap-sd-highspeed; |
|---|
| .. | .. |
|---|
| 209 | 211 | &sdio0 { |
|---|
| 210 | 212 | clock-frequency = <100000000>; |
|---|
| 211 | 213 | clock-freq-min-max = <200000 100000000>; |
|---|
| 212 | | - supports-sdio; |
|---|
| 214 | + no-sd; |
|---|
| 215 | + no-mmc; |
|---|
| 213 | 216 | bus-width = <4>; |
|---|
| 214 | 217 | disable-wp; |
|---|
| 215 | 218 | cap-sd-highspeed; |
|---|
| .. | .. |
|---|
| 231 | 234 | &sdhci { |
|---|
| 232 | 235 | bus-width = <8>; |
|---|
| 233 | 236 | mmc-hs400-1_8v; |
|---|
| 234 | | - supports-emmc; |
|---|
| 237 | + no-sdio; |
|---|
| 238 | + no-sd; |
|---|
| 235 | 239 | non-removable; |
|---|
| 236 | 240 | mmc-hs400-enhanced-strobe; |
|---|
| 237 | 241 | status = "okay"; |
|---|