diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-08-05 05:43:28 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-08-18 00:33:39 +0300 |
commit | 92ced918448d204119d603329017aa23add17eb7 (patch) | |
tree | dcabc0b364bf61c93a522849ecf2e79287a64d69 /Documentation/devicetree/bindings/crypto/fsl-dcp.txt | |
parent | 92adc6bcfad7a50fff13007f1dee316351a3605e (diff) | |
download | linux-92ced918448d204119d603329017aa23add17eb7.tar.xz |
dt-bindings: crypto: Convert MXS DCP to json-schema
Convert the MXS DCP binding to DT schema format using json-schema.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1596595410-26921-1-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto/fsl-dcp.txt')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/fsl-dcp.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt b/Documentation/devicetree/bindings/crypto/fsl-dcp.txt deleted file mode 100644 index 513499fcdb5b..000000000000 --- a/Documentation/devicetree/bindings/crypto/fsl-dcp.txt +++ /dev/null @@ -1,18 +0,0 @@ -Freescale DCP (Data Co-Processor) found on i.MX23/i.MX28 . - -Required properties: -- compatible : Should be "fsl,<soc>-dcp" -- reg : Should contain MXS DCP registers location and length -- interrupts : Should contain MXS DCP interrupt numbers, VMI IRQ and DCP IRQ - must be supplied, optionally Secure IRQ can be present, but - is currently not implemented and not used. -- clocks : Clock reference (only required on some SOCs: 6ull and 6sll). -- clock-names : Must be "dcp". - -Example: - -dcp: crypto@80028000 { - compatible = "fsl,imx28-dcp", "fsl,imx23-dcp"; - reg = <0x80028000 0x2000>; - interrupts = <52 53>; -}; |