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>
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 9aa6ca16f311c4b5d19935167e68731eac8aaeed Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 31 Mar 2025 11:49:57 +0100
|
|
Subject: [PATCH] overlays: README: Correct "watchdog" default value
|
|
|
|
The watchdog timer has been enabled by default for a long time now.
|
|
Update the documentation for the "watchdog" dtparam to reflect that.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -463,8 +463,8 @@ Params:
|
|
uart1 Set to "on" or "off" to enable or disable uart1
|
|
(default varies)
|
|
|
|
- watchdog Set to "on" to enable the hardware watchdog
|
|
- (default "off")
|
|
+ watchdog Set to "off" to disable the hardware watchdog
|
|
+ (default "on")
|
|
|
|
wifiaddr Set an alternative WiFi MAC address.
|
|
The value should be a 6-byte hexadecimal value,
|