Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.83..HEAD (HEAD -> 08d4e8f52256bd422d8a1f876411603f627d0a82) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
22 lines
586 B
Diff
22 lines
586 B
Diff
From 08d4e8f52256bd422d8a1f876411603f627d0a82 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 {
|