rockchip64: fix broken patch for 6.19.6

This commit is contained in:
EvilOlaf 2026-03-04 17:11:14 +00:00 committed by Werner
parent 89fc605d55
commit 5f24a55eb8

View File

@ -9,12 +9,10 @@ Signed-off-by: TheSnowfield <thesnowfield@sakurapi.org>
1 file changed, 2 insertions(+), 1 deletion(-) 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 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 --- a/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts
@@ -253,14 +253,15 @@ &sdio { @@ -193,10 +193,11 @@ &sdio {
keep-power-in-suspend;
mmc-pwrseq = <&sdio_pwrseq>;
non-removable; non-removable;
no-mmc; no-mmc;
no-sd; no-sd;
@ -26,9 +24,10 @@ index b203b7923..b038af7ec 100644
+ compatible = "brcm,bcm43455-fmac"; + compatible = "brcm,bcm43455-fmac";
reg = <1>; reg = <1>;
interrupt-parent = <&gpio0>; interrupt-parent = <&gpio0>;
interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>; interrupts = <RK_PA3 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wake"; interrupt-names = "host-wake";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&wifi_host_wake>;
};
-- --
Created with Armbian build tools https://github.com/armbian/build Created with Armbian build tools https://github.com/armbian/build