From: Ian Ray Date: Thu, 1 May 2025 03:51:07 +0000 (-0700) Subject: dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec" X-Git-Tag: v6.16-rc1~80^2^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe315d6a378689119f0270037f7378d2bfcbe634;p=thirdparty%2Flinux.git dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec" Update to reference the input.yaml schema, thus enabling the use of the common 'power-off-time' property. The hardware supports one of four fixed values, and the new property is optional. Signed-off-by: Ian Ray Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20250315093455.1100-2-ian.ray@gehealthcare.com Signed-off-by: Dmitry Torokhov --- 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 e879bc0be8e22..9f8e6689cd947 100644 --- a/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl,sec-v4.0-mon.yaml @@ -83,6 +83,8 @@ properties: by SNVS ONOFF, the driver can report the status of POWER key and wakeup system if pressed after system suspend. + $ref: /schemas/input/input.yaml + properties: compatible: const: fsl,sec-v4.0-pwrkey @@ -111,6 +113,9 @@ properties: maxItems: 1 default: 116 + power-off-time-sec: + enum: [0, 5, 10, 15] + required: - compatible - interrupts