Created
April 21, 2026 10:29
-
-
Save dezza/fe386338aac733fdd2a41122bc2b207f to your computer and use it in GitHub Desktop.
fix io error during usage
This file contains hidden or 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
| @@ -0,0 +1,24 @@ | |
| +From 45be828fb6b25f5a77288a995bb2236da4015c96 Mon Sep 17 00:00:00 2001 | |
| +From: Christoffer Aasted <chr.aasted@gmail.comc> | |
| +Date: Sat, 14 Feb 2026 03:34:25 +0100 | |
| +Subject: [PATCH 2/2] fix: pcie clkreq | |
| + | |
| +--- | |
| + arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | 4 ++++ | |
| + 1 file changed, 4 insertions(+) | |
| + | |
| +diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts b/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | |
| +index 802d7304678..19cdfcf0e20 100644 | |
| +--- a/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | |
| ++++ b/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | |
| +@@ -50,3 +50,7 @@ &pinctrl { | |
| + reg = <0x7d504100 0x20>; | |
| + }; | |
| + | |
| ++&pcie0 { | |
| ++ brcm,clkreq-mode = "safe"; | |
| ++ status = "okay"; | |
| ++}; | |
| +-- | |
| +2.53.0 | |
| + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment