lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250313114453.702-2-ian.ray@gehealthcare.com>
Date: Thu, 13 Mar 2025 13:44:52 +0200
From: Ian Ray <ian.ray@...ealthcare.com>
To: dmitry.torokhov@...il.com,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org
Cc: ian.ray@...ealthcare.com,
	linux-input@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] dt-bindings: crypto: fsl,sec-v4.0-mon: add optional force shutdown time property

Add an optional property to configure the force shutdown time.

Signed-off-by: Ian Ray <ian.ray@...ealthcare.com>
---
 .../devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml      | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml
index e879bc0be8e2..ee282c352535 100644
--- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml
+++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml
@@ -111,6 +111,14 @@ properties:
         maxItems: 1
         default: 116
 
+      force-shutdown-time:
+        description: |
+          Configure the long-press force shutdown time.
+          Setting this value to zero disables the long-press detection.
+        $ref: /schemas/types.yaml#/definitions/uint32
+        enum: [0, 5, 10, 15]
+        default: 5
+
     required:
       - compatible
       - interrupts
-- 
2.39.5


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ