rockchip64: fix broken patch for 6.19.6
This commit is contained in:
parent
89fc605d55
commit
5f24a55eb8
@ -9,26 +9,25 @@ Signed-off-by: TheSnowfield <thesnowfield@sakurapi.org>
|
||||
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 = <RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user