34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: TheSnowfield <thesnowfield@sakurapi.org>
|
|
Date: Wed, 4 Mar 2026 17:13:57 +0800
|
|
Subject: Fix Sakura Pi RK3308B WLAN broken
|
|
|
|
Signed-off-by: TheSnowfield <thesnowfield@sakurapi.org>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts | 3 ++-
|
|
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 3473db08b9b2..a1651613cc46 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts
|
|
@@ -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 = <RK_PA3 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "host-wake";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&wifi_host_wake>;
|
|
};
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|