.. | .. |
---|
59 | 59 | spdif-sound { |
---|
60 | 60 | compatible = "simple-audio-card"; |
---|
61 | 61 | simple-audio-card,name = "rockchip-spdif"; |
---|
| 62 | + simple-audio-card,mclk-fs = <128>; |
---|
62 | 63 | simple-audio-card,cpu { |
---|
63 | 64 | sound-dai = <&spdif>; |
---|
64 | 65 | }; |
---|
.. | .. |
---|
176 | 177 | bus-width = <8>; |
---|
177 | 178 | cap-mmc-highspeed; |
---|
178 | 179 | mmc-hs200-1_8v; |
---|
179 | | - supports-emmc; |
---|
| 180 | + no-sdio; |
---|
| 181 | + no-sd; |
---|
180 | 182 | disable-wp; |
---|
181 | 183 | non-removable; |
---|
182 | 184 | num-slots = <1>; |
---|
.. | .. |
---|
586 | 588 | num-slots = <1>; |
---|
587 | 589 | pinctrl-names = "default"; |
---|
588 | 590 | pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>; |
---|
589 | | - supports-sdio; |
---|
| 591 | + no-sd; |
---|
| 592 | + no-mmc; |
---|
590 | 593 | sd-uhs-sdr104; |
---|
591 | 594 | status = "okay"; |
---|
592 | 595 | }; |
---|
.. | .. |
---|
600 | 603 | num-slots = <1>; |
---|
601 | 604 | pinctrl-names = "default"; |
---|
602 | 605 | pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>; |
---|
603 | | - supports-sd; |
---|
| 606 | + no-sdio; |
---|
| 607 | + no-mmc; |
---|
604 | 608 | status = "okay"; |
---|
605 | 609 | vmmc-supply = <&vcc_sd>; |
---|
606 | 610 | }; |
---|