mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
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
|