-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recipes-kernel/linux/linux-mainline: Disable WiFi chip
Signed-off-by: Pawel Langowski <[email protected]>
- Loading branch information
1 parent
93fb19f
commit b089531
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
recipes-kernel/linux/linux-mainline/0010-sun8i-h2-plus-orangepi-zero.dts-disable-mmc1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From 2060e08623dd97b47f5c03651ac865d2efbd203a Mon Sep 17 00:00:00 2001 | ||
From: Pawel Langowski <[email protected]> | ||
Date: Tue, 29 Oct 2024 09:47:51 +0100 | ||
Subject: [PATCH] Disable wifi chip | ||
|
||
There is a race condition between mmc0 and mmc1 when mouting the root | ||
partition on RTE. Disabling mmc1 solves this problem. The WiFi chip does | ||
not work anyway. | ||
|
||
Upstream-Status: Inappropriate [oe specific] | ||
|
||
Signed-off-by: Pawel Langowski <[email protected]> | ||
--- | ||
arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts | ||
index 1b001f2ad0ef..baab19d3604f 100644 | ||
--- a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts | ||
+++ b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-orangepi-zero.dts | ||
@@ -143,7 +143,7 @@ &mmc1 { | ||
mmc-pwrseq = <&wifi_pwrseq>; | ||
bus-width = <4>; | ||
non-removable; | ||
- status = "okay"; | ||
+ status = "disabled"; | ||
|
||
/* | ||
* Explicitly define the sdio device, so that we can add an ethernet | ||
-- | ||
2.46.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters