Commit a2c6326c authored by Stefan Wahren's avatar Stefan Wahren Committed by Rob Herring
Browse files

dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible



Currently the dtbs_check for imx6 generates warnings like this:

'fsl,imx6sl-dcp' is not one of ['fsl,imx23-dcp', 'fsl,imx28-dcp']
['fsl,imx6sl-dcp', 'fsl,imx28-dcp'] is too long

or

'fsl,imx6ull-dcp' is not one of ['fsl,imx23-dcp', 'fsl,imx28-dcp']
['fsl,imx6ull-dcp', 'fsl,imx28-dcp'] is too long

So add them to the devicetree binding.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230530100843.15072-2-stefan.wahren@i2se.com


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ce294330
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -11,9 +11,15 @@ maintainers:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - fsl,imx23-dcp
          - fsl,imx28-dcp
      - items:
          - enum:
              - fsl,imx6sl-dcp
              - fsl,imx6ull-dcp
          - const: fsl,imx28-dcp

  reg:
    maxItems: 1