forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/rockchip/rk3328-box-liantong.dtsi
....@@ -87,6 +87,7 @@
8787 spdif-sound {
8888 compatible = "simple-audio-card";
8989 simple-audio-card,name = "rockchip-spdif";
90
+ simple-audio-card,mclk-fs = <128>;
9091 simple-audio-card,cpu {
9192 sound-dai = <&spdif>;
9293 };
....@@ -241,7 +242,8 @@
241242 &emmc {
242243 bus-width = <8>;
243244 cap-mmc-highspeed;
244
- supports-emmc;
245
+ no-sdio;
246
+ no-sd;
245247 disable-wp;
246248 non-removable;
247249 num-slots = <1>;
....@@ -529,7 +531,8 @@
529531 num-slots = <1>;
530532 pinctrl-names = "default";
531533 pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
532
- supports-sdio;
534
+ no-sd;
535
+ no-mmc;
533536 sd-uhs-sdr104;
534537 status = "okay";
535538 };
....@@ -544,7 +547,8 @@
544547 num-slots = <1>;
545548 pinctrl-names = "default";
546549 pinctrl-0 = <&sdmmc0ext_clk &sdmmc0ext_cmd &sdmmc0ext_dectn &sdmmc0ext_bus4>;
547
- supports-sd;
550
+ no-sdio;
551
+ no-mmc;
548552 status = "okay";
549553 };
550554
....@@ -557,7 +561,8 @@
557561 num-slots = <1>;
558562 pinctrl-names = "default";
559563 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
560
- supports-sd;
564
+ no-sdio;
565
+ no-mmc;
561566 status = "okay";
562567 vmmc-supply = <&vcc_sd>;
563568 };