mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
Found in some variants of Tanix TX6 Before: [ 7.512876] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13 [ 8.219545] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822 [ 8.430833] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822 [ 8.430866] Bluetooth: hci0: RTL: unknown IC info, lmp subver 8822, hci rev 000b, hci ver 0007 After: [ 8.958224] rtw_8822bs mmc2:0001:1: Firmware version 27.2.0, H2C version 13 [ 9.017294] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822 [ 9.021399] Bluetooth: hci0: RTL: rom_version status=0 version=2 [ 9.021428] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_fw.bin [ 9.024180] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_config.bin [ 9.048050] Bluetooth: hci0: RTL: cfg_sz 25, total sz 23101 [ 10.316891] Bluetooth: hci0: RTL: fw version 0xaa6c133c
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From ff42342f60874ac772edc5e5af25836b1d304a3d Mon Sep 17 00:00:00 2001
|
|
From: Rudi Heitbaum <rudi@heitbaum.com>
|
|
Date: Mon, 9 Jan 2023 00:35:55 +0000
|
|
Subject: [PATCH 2/2] arm64: dts: allwinner: h6: tanix-tx6: Add compatible
|
|
bluetooth
|
|
|
|
Tanix TX6 comes either with RTL8822BS or RTL8822CS wifi+bt combo module.
|
|
Add compatible for RTL8822BS as it uses different firmware.
|
|
|
|
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
|
|
index 9a38ff9b3fc7..9460ccbc247d 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
|
|
@@ -21,7 +21,7 @@ &uart1 {
|
|
status = "okay";
|
|
|
|
bluetooth {
|
|
- compatible = "realtek,rtl8822cs-bt";
|
|
+ compatible = "realtek,rtl8822bs-bt", "realtek,rtl8822cs-bt";
|
|
device-wake-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
|
|
host-wake-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
|
|
enable-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */
|
|
--
|
|
2.25.1
|
|
|