Skip to content

Commit f89d4d4

Browse files
EvilOlafigorpecovnik
authored andcommitted
rtl8852bs: re-enable for bleedingedge
1 parent 17e7635 commit f89d4d4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

config/kernel/linux-rockchip64-bleedingedge.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ CONFIG_RTW89_8852BU=m
10851085
CONFIG_RTW89_8852BTE=m
10861086
CONFIG_RTW89_8852CE=m
10871087
CONFIG_RTW89_8922AE=m
1088+
CONFIG_RTL8852BS=m
10881089
CONFIG_RSI_91X=m
10891090
# CONFIG_RSI_DEBUGFS is not set
10901091
CONFIG_WFX=m

lib/functions/compilation/patch/drivers_network.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ driver_rtw88() {
425425

426426
driver_rtl8852bs() {
427427
# Wireless driver for Realtek 8852BS SDIO Wireless driver used in BananaPi F3 and Armsom Sige5
428-
if linux-version compare "${version}" ge 6.1 && [[ "${LINUXFAMILY}" == spacemit || "${LINUXFAMILY}" == rk35xx || "${LINUXFAMILY}" == rockchip64 ]] && [[ "$BRANCH" != bleedingedge ]]; then
428+
if linux-version compare "${version}" ge 6.1 && [[ "${LINUXFAMILY}" == spacemit || "${LINUXFAMILY}" == rk35xx || "${LINUXFAMILY}" == rockchip64 ]]; then
429429

430430
# Attach to specific commit
431-
local rtl8852bs_ver='commit:72c75150d7422eda3f0b3f543cce65114efcb4fe' # Commit date: Oct 18, 2025 (please update when updating commit ref)
431+
local rtl8852bs_ver='commit:e1f97d72dfc692e86269e836516162b793395289' # Commit date: May 15, 2026 (please update when updating commit ref)
432432

433433
display_alert "Adding" "Wireless drivers for Realtek 8852BS SDIO chipset ${rtl8852bs_ver}" "info"
434434

0 commit comments

Comments
 (0)