These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
586 B
Diff
21 lines
586 B
Diff
From 7ded2cb303ea93a89b30e1078bc184fb1c05bc68 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Tue, 11 Mar 2025 08:58:52 +0000
|
|
Subject: [PATCH] dts: Remove the power key debounce on Pi 500
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi-500.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-500.dts
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-500.dts
|
|
@@ -7,7 +7,7 @@
|
|
};
|
|
|
|
&pwr_key {
|
|
- debounce-interval = <400>;
|
|
+ debounce-interval = <0>;
|
|
};
|
|
|
|
&gio {
|