Files
openwrt-armor-g5/target/linux/bcm27xx/patches-6.6/950-1046-overlays-README-Document-the-strict_gpiod-dtparam.patch
domenico 27c9d80f51
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Initial commit
2025-06-24 12:51:15 +02:00

28 lines
1.1 KiB
Diff

From 9577122a8e2a0489d884d5e4021db165579f08c9 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Fri, 19 Apr 2024 15:31:20 +0100
Subject: [PATCH 1046/1085] overlays: README: Document the strict_gpiod dtparam
Describe the function of the strict_gpiod dtparam.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/overlays/README | 6 ++++++
1 file changed, 6 insertions(+)
--- a/arch/arm/boot/dts/overlays/README
+++ b/arch/arm/boot/dts/overlays/README
@@ -409,6 +409,12 @@ Params:
(the assigned value doesn't matter)
(2711 only)
+ strict_gpiod Return GPIOs to inputs when they are released.
+ If using the gpiod utilities, it is necessary
+ to keep a gpioset running (e.g. with
+ --mode=wait) in order for an output value to
+ persist.
+
suspend Make the power button trigger a suspend rather
than a power-off (2712 only, default "off")