Add an optional property to configure the force shutdown time. Signed-off-by: Ian Ray <ian.ray@xxxxxxxxxxxxxxxx> --- .../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