forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/rockchip/rk3528-evb.dtsi
....@@ -49,7 +49,7 @@
4949 status = "disabled";
5050 compatible = "simple-audio-card";
5151 simple-audio-card,format = "dsp_a";
52
- simple-audio-card,bitclock-inversion = <0>;
52
+ simple-audio-card,bitclock-inversion;
5353 simple-audio-card,mclk-fs = <256>;
5454 simple-audio-card,name = "rockchip,bt";
5555 simple-audio-card,cpu {
....@@ -115,6 +115,7 @@
115115 status = "okay";
116116 compatible = "simple-audio-card";
117117 simple-audio-card,name = "ROCKCHIP,SPDIF";
118
+ simple-audio-card,mclk-fs = <128>;
118119 simple-audio-card,cpu {
119120 sound-dai = <&spdif_8ch>;
120121 };
....@@ -254,7 +255,6 @@
254255 compatible = "regulator-fixed";
255256 gpio = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>;
256257 regulator-name = "vcc_sd";
257
- regulator-boot-on;
258258 regulator-min-microvolt = <3300000>;
259259 regulator-max-microvolt = <3300000>;
260260 vin-supply = <&vcc_3v3_s3>;
....@@ -528,6 +528,10 @@
528528 status = "okay";
529529 };
530530
531
+&rkvtunnel {
532
+ status = "okay";
533
+};
534
+
531535 &rockchip_suspend {
532536 status = "okay";
533537 rockchip,sleep-debug-en = <1>;
....@@ -571,12 +575,12 @@
571575
572576 &sdhci {
573577 bus-width = <8>;
574
- supports-emmc;
578
+ no-sd;
579
+ no-sdio;
575580 non-removable;
576581 mmc-hs400-1_8v;
577582 mmc-hs400-enhanced-strobe;
578583 max-frequency = <200000000>;
579
- fixed-emmc-driver-type = <4>;
580584 status = "okay";
581585 };
582586