hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/boot/dts/rk3128h-box.dtsi
....@@ -160,6 +160,7 @@
160160 status = "okay";
161161 compatible = "simple-audio-card";
162162 simple-audio-card,name = "ROCKCHIP-SPDIF";
163
+ simple-audio-card,mclk-fs = <128>;
163164 simple-audio-card,cpu {
164165 sound-dai = <&spdif>;
165166 };
....@@ -282,7 +283,8 @@
282283 bus-width = <8>;
283284 cap-mmc-highspeed;
284285 mmc-hs200-1_8v;
285
- supports-emmc;
286
+ no-sdio;
287
+ no-sd;
286288 disable-wp;
287289 non-removable;
288290 num-slots = <1>;
....@@ -538,7 +540,8 @@
538540 ignore-pm-notify;
539541 keep-power-in-suspend;
540542 max-frequency = <37500000>;
541
- supports-sdio;
543
+ no-sd;
544
+ no-mmc;
542545 };
543546
544547 &sdmmc {
....@@ -552,7 +555,8 @@
552555 disable-wp;
553556 max-frequency = <50000000>;
554557 num-slots = <1>;
555
- supports-sd;
558
+ no-sdio;
559
+ no-mmc;
556560 };
557561
558562 &spdif {