diff options
author | Rob Herring <robh@kernel.org> | 2023-02-20 22:33:33 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-03-17 22:31:20 +0100 |
commit | 0415d5a010d5273afc8b069eedb68cb1250e1b4b (patch) | |
tree | 7f384de3e1df5f4e5635763974d09116f8aa584d /MAINTAINERS | |
parent | dt-bindings: serial: mediatek,uart: add MT8365 (diff) | |
download | linux-0415d5a010d5273afc8b069eedb68cb1250e1b4b.tar.xz linux-0415d5a010d5273afc8b069eedb68cb1250e1b4b.zip |
dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema
Convert Freescale CAAM/SEC4 binding to DT schema format. The
'fsl,sec-v4.0' and 'fsl,sec-v4.0-mon' parts are independent, so split
them into separate schema files.
Add a bunch of missing compatibles for v5.0, v5.4, etc. Drop unused
'ranges', '#address-cells', and '#size-cells' from fsl,sec-v4.0-mon nodes.
There's one DTB warning for LS1012a which has a 2nd 'reg' entry for
'fsl,sec-v4.0-rtic'. Leaving that as there is no clue as to what it is for.
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230220213334.353779-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..7b2336e098bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8100,7 +8100,7 @@ M: Pankaj Gupta <pankaj.gupta@nxp.com> M: Gaurav Jain <gaurav.jain@nxp.com> L: linux-crypto@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt +F: Documentation/devicetree/bindings/crypto/fsl,sec-v4.0* F: drivers/crypto/caam/ FREESCALE COLDFIRE M5441X MMC DRIVER |