forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb2-lp4x-v10.dtsi
....@@ -72,6 +72,13 @@
7272 };
7373 };
7474
75
+&bt_sound {
76
+ status = "disabled";
77
+ simple-audio-card,cpu {
78
+ sound-dai = <&i2s2_2ch>;
79
+ };
80
+};
81
+
7582 &combphy0_us {
7683 status = "okay";
7784 };
....@@ -164,9 +171,6 @@
164171 * power-supply should switche to vcc3v3_lcd1_n
165172 * when mipi panel is connected to dsi1.
166173 */
167
-&gt1x {
168
- power-supply = <&vcc3v3_lcd0_n>;
169
-};
170174
171175 &i2c3 {
172176 status = "okay";
....@@ -219,6 +223,12 @@
219223 status = "disabled";
220224 };
221225
226
+&i2s2_2ch {
227
+ pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>;
228
+ rockchip,bclk-fs = <32>;
229
+ status = "disabled";
230
+};
231
+
222232 &mdio1 {
223233 qsgmii_phy0: phy@0 {
224234 compatible = "ethernet-phy-id001c.c942", "ethernet-phy-ieee802.3-c22";