hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/arm/boot/dts/rk3308-dot-v10-aarch32.dts
....@@ -81,6 +81,7 @@
8181 status = "disabled";
8282 compatible = "simple-audio-card";
8383 simple-audio-card,name = "rockchip,spdif-tx-sound";
84
+ simple-audio-card,mclk-fs = <128>;
8485 simple-audio-card,cpu {
8586 sound-dai = <&spdif_tx>;
8687 };
....@@ -166,7 +167,7 @@
166167 clock-names = "clk_wifi";
167168 ref-clock-frequency = <24000000>;
168169 pinctrl-names = "default";
169
- pinctrl-0 = <&wifi_wake_host>;
170
+ pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
170171 wifi_chip_type = "rtl8723ds";
171172 WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
172173 status = "okay";
....@@ -224,6 +225,12 @@
224225 };
225226 };
226227
228
+ wireless-bluetooth {
229
+ uart4_gpios: uart4-gpios {
230
+ rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>;
231
+ };
232
+ };
233
+
227234 wireless-wlan {
228235 wifi_wake_host: wifi-wake-host {
229236 rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
....@@ -262,7 +269,8 @@
262269 max-frequency = <110000000>;
263270 bus-width = <4>;
264271 cap-sd-highspeed;
265
- supports-sdio;
272
+ no-sd;
273
+ no-mmc;
266274 ignore-pm-notify;
267275 keep-power-in-suspend;
268276 non-removable;