From 5f24a55eb8a9c4e71a88d0b5a9a375c4014dbc6d Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Wed, 4 Mar 2026 17:11:14 +0000 Subject: [PATCH] rockchip64: fix broken patch for 6.19.6 --- .../board-sakurapi-rk3308b-fix-wlan-broken.patch | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/patch/kernel/archive/rockchip64-6.19/board-sakurapi-rk3308b-fix-wlan-broken.patch b/patch/kernel/archive/rockchip64-6.19/board-sakurapi-rk3308b-fix-wlan-broken.patch index 490d35c1a5..0f8b513078 100644 --- a/patch/kernel/archive/rockchip64-6.19/board-sakurapi-rk3308b-fix-wlan-broken.patch +++ b/patch/kernel/archive/rockchip64-6.19/board-sakurapi-rk3308b-fix-wlan-broken.patch @@ -9,26 +9,25 @@ Signed-off-by: TheSnowfield 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts b/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts -index b203b7923..b038af7ec 100644 +index 3473db08b9b2..a1651613cc46 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts -@@ -253,14 +253,15 @@ &sdio { - keep-power-in-suspend; - mmc-pwrseq = <&sdio_pwrseq>; +@@ -193,10 +193,11 @@ &sdio { non-removable; no-mmc; no-sd; + max-frequency = <8000000>; status = "okay"; - + brcmf: wifi@1 { - compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac"; + compatible = "brcm,bcm43455-fmac"; reg = <1>; interrupt-parent = <&gpio0>; - interrupts = ; + interrupts = ; interrupt-names = "host-wake"; pinctrl-names = "default"; --- + pinctrl-0 = <&wifi_host_wake>; + }; +-- Created with Armbian build tools https://github.com/armbian/build -