mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
8299d1f057
Rebased RPi foundation patches on linux 5.10.59, removed applied and reverted patches, wireless patches and defconfig patches. bcm2708: boot tested on RPi B+ v1.2 bcm2709: boot tested on RPi 4B v1.1 4G bcm2711: boot tested on RPi 4B v1.1 4G Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
22 lines
969 B
Diff
22 lines
969 B
Diff
From 2b24b2486cd95e2b644efe190ab1577d15ab3dd3 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 26 Apr 2021 10:08:21 +0100
|
|
Subject: [PATCH] SQUASH: overlays: Fix typo in README
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -990,7 +990,7 @@ Name: gpio-poweroff
|
|
Info: Drives a GPIO high or low on poweroff (including halt). Using this
|
|
overlay interferes with the normal power-down sequence, preventing the
|
|
kernel from resetting the SoC (a necessary step in a normal power-off
|
|
- or reboot). This also disables the ability to triger a boot by driving
|
|
+ or reboot). This also disables the ability to trigger a boot by driving
|
|
GPIO3 low.
|
|
|
|
Users of this overlay are required to provide an external mechanism to
|