.. | .. |
---|
87 | 87 | spdif-sound { |
---|
88 | 88 | compatible = "simple-audio-card"; |
---|
89 | 89 | simple-audio-card,name = "rockchip-spdif"; |
---|
| 90 | + simple-audio-card,mclk-fs = <128>; |
---|
90 | 91 | simple-audio-card,cpu { |
---|
91 | 92 | sound-dai = <&spdif>; |
---|
92 | 93 | }; |
---|
.. | .. |
---|
241 | 242 | &emmc { |
---|
242 | 243 | bus-width = <8>; |
---|
243 | 244 | cap-mmc-highspeed; |
---|
244 | | - supports-emmc; |
---|
| 245 | + no-sdio; |
---|
| 246 | + no-sd; |
---|
245 | 247 | disable-wp; |
---|
246 | 248 | non-removable; |
---|
247 | 249 | num-slots = <1>; |
---|
.. | .. |
---|
529 | 531 | num-slots = <1>; |
---|
530 | 532 | pinctrl-names = "default"; |
---|
531 | 533 | pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>; |
---|
532 | | - supports-sdio; |
---|
| 534 | + no-sd; |
---|
| 535 | + no-mmc; |
---|
533 | 536 | sd-uhs-sdr104; |
---|
534 | 537 | status = "okay"; |
---|
535 | 538 | }; |
---|
.. | .. |
---|
544 | 547 | num-slots = <1>; |
---|
545 | 548 | pinctrl-names = "default"; |
---|
546 | 549 | pinctrl-0 = <&sdmmc0ext_clk &sdmmc0ext_cmd &sdmmc0ext_dectn &sdmmc0ext_bus4>; |
---|
547 | | - supports-sd; |
---|
| 550 | + no-sdio; |
---|
| 551 | + no-mmc; |
---|
548 | 552 | status = "okay"; |
---|
549 | 553 | }; |
---|
550 | 554 | |
---|
.. | .. |
---|
557 | 561 | num-slots = <1>; |
---|
558 | 562 | pinctrl-names = "default"; |
---|
559 | 563 | pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>; |
---|
560 | | - supports-sd; |
---|
| 564 | + no-sdio; |
---|
| 565 | + no-mmc; |
---|
561 | 566 | status = "okay"; |
---|
562 | 567 | vmmc-supply = <&vcc_sd>; |
---|
563 | 568 | }; |
---|