.. | .. |
---|
49 | 49 | status = "disabled"; |
---|
50 | 50 | compatible = "simple-audio-card"; |
---|
51 | 51 | simple-audio-card,format = "dsp_a"; |
---|
52 | | - simple-audio-card,bitclock-inversion = <0>; |
---|
| 52 | + simple-audio-card,bitclock-inversion; |
---|
53 | 53 | simple-audio-card,mclk-fs = <256>; |
---|
54 | 54 | simple-audio-card,name = "rockchip,bt"; |
---|
55 | 55 | simple-audio-card,cpu { |
---|
.. | .. |
---|
115 | 115 | status = "okay"; |
---|
116 | 116 | compatible = "simple-audio-card"; |
---|
117 | 117 | simple-audio-card,name = "ROCKCHIP,SPDIF"; |
---|
| 118 | + simple-audio-card,mclk-fs = <128>; |
---|
118 | 119 | simple-audio-card,cpu { |
---|
119 | 120 | sound-dai = <&spdif_8ch>; |
---|
120 | 121 | }; |
---|
.. | .. |
---|
254 | 255 | compatible = "regulator-fixed"; |
---|
255 | 256 | gpio = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>; |
---|
256 | 257 | regulator-name = "vcc_sd"; |
---|
257 | | - regulator-boot-on; |
---|
258 | 258 | regulator-min-microvolt = <3300000>; |
---|
259 | 259 | regulator-max-microvolt = <3300000>; |
---|
260 | 260 | vin-supply = <&vcc_3v3_s3>; |
---|
.. | .. |
---|
528 | 528 | status = "okay"; |
---|
529 | 529 | }; |
---|
530 | 530 | |
---|
| 531 | +&rkvtunnel { |
---|
| 532 | + status = "okay"; |
---|
| 533 | +}; |
---|
| 534 | + |
---|
531 | 535 | &rockchip_suspend { |
---|
532 | 536 | status = "okay"; |
---|
533 | 537 | rockchip,sleep-debug-en = <1>; |
---|
.. | .. |
---|
571 | 575 | |
---|
572 | 576 | &sdhci { |
---|
573 | 577 | bus-width = <8>; |
---|
574 | | - supports-emmc; |
---|
| 578 | + no-sd; |
---|
| 579 | + no-sdio; |
---|
575 | 580 | non-removable; |
---|
576 | 581 | mmc-hs400-1_8v; |
---|
577 | 582 | mmc-hs400-enhanced-strobe; |
---|
578 | 583 | max-frequency = <200000000>; |
---|
579 | | - fixed-emmc-driver-type = <4>; |
---|
580 | 584 | status = "okay"; |
---|
581 | 585 | }; |
---|
582 | 586 | |
---|