hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb5-ddr4-v10.dtsi
....@@ -84,12 +84,23 @@
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 };
9097
91
-&combphy2_psq {
98
+&combphy1_usq {
9299 rockchip,sgmii-mac-sel = <0>;
100
+ status = "okay";
101
+};
102
+
103
+&combphy2_psq {
93104 status = "okay";
94105 };
95106
....@@ -212,7 +223,7 @@
212223 pinctrl-0 = <&gmac0_miim>;
213224
214225 power-domains = <&power RK3568_PD_PIPE>;
215
- phys = <&combphy2_psq PHY_TYPE_SGMII>;
226
+ phys = <&combphy1_usq PHY_TYPE_SGMII>;
216227 phy-handle = <&sgmii_phy>;
217228
218229 status = "okay";
....@@ -293,6 +304,7 @@
293304 clock-names = "xvclk";
294305 pinctrl-names = "default";
295306 pinctrl-0 = <&cif_clk>;
307
+ power-domains = <&power RK3568_PD_VI>;
296308 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
297309 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
298310 rockchip,grf = <&grf>;
....@@ -353,6 +365,12 @@
353365 };
354366
355367 &i2c5 {
368
+ status = "disabled";
369
+};
370
+
371
+&i2s2_2ch {
372
+ pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>;
373
+ rockchip,bclk-fs = <32>;
356374 status = "disabled";
357375 };
358376
....@@ -469,9 +487,14 @@
469487 connect = <&vp1_out_dsi0>;
470488 };
471489
490
+&sata2 {
491
+ status = "okay";
492
+};
493
+
472494 &sdmmc2 {
473495 max-frequency = <150000000>;
474
- supports-sdio;
496
+ no-sd;
497
+ no-mmc;
475498 bus-width = <4>;
476499 disable-wp;
477500 cap-sd-highspeed;