From e0ef5fc65d85b74b8bc9354030186c0e23c1878d Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Mon, 25 Nov 2019 16:37:45 +0100 Subject: [PATCH] SSI-87: dt-bindings: firmware: imx: secvio: Add imx-secvio-sc binding Add the documentation for fsl,imx-secvio-sc binding. Signed-off-by: Franck LENORMAND --- .../arm/freescale/fsl,imx-sc-secvio.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,imx-sc-secvio.yaml diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,imx-sc-secvio.yaml b/Documentation/devicetree/bindings/arm/freescale/fsl,imx-sc-secvio.yaml new file mode 100644 index 000000000000..a3dc04ec9c54 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,imx-sc-secvio.yaml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/freescale/fsl,imx-sc-secvio.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: NXP i.MX Security Violation driver + +maintainers: + - Franck LENORMAND + +description: | + Receive security violation from the SNVS via the SCU firmware. Allow to + register notifier for additional processing + +properties: + compatible: + enum: + - fsl,imx-sc-secvio + +required: + - compatible