forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb5-ddr4-v10.dtsi
....@@ -84,6 +84,13 @@
8484 };
8585 };
8686
87
+&bt_sound {
88
+ status = "disabled";
89
+ simple-audio-card,cpu {
90
+ sound-dai = <&i2s2_2ch>;
91
+ };
92
+};
93
+
8794 &combphy0_us {
8895 status = "okay";
8996 };
....@@ -249,9 +256,6 @@
249256 * power-supply should switche to vcc3v3_lcd1_n
250257 * when mipi panel is connected to dsi1.
251258 */
252
-&gt1x {
253
- power-supply = <&vcc3v3_lcd0_n>;
254
-};
255259
256260 &i2c3 {
257261 clock-frequency = <400000>;
....@@ -356,6 +360,12 @@
356360 status = "disabled";
357361 };
358362
363
+&i2s2_2ch {
364
+ pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>;
365
+ rockchip,bclk-fs = <32>;
366
+ status = "disabled";
367
+};
368
+
359369 &mdio0 {
360370 sgmii_phy: phy@1 {
361371 compatible = "ethernet-phy-ieee802.3-c22";