On 01/03/2023 02:56, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > Add fsl sec 5.x compatible, which is used by layerscape SoCs. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml > index 6878ae8127ec..1a4b4975e1d9 100644 > --- a/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml > +++ b/Documentation/devicetree/bindings/crypto/fsl-sec4-snvs.yaml > @@ -24,6 +24,10 @@ maintainers: > properties: > compatible: > oneOf: > + - items: > + - const: fsl,sec-v5.4-mon > + - const: fsl,sec-v5.0-mon > + - const: fsl,sec-v4.0-mon This is odd... all of these are the same version then? What's the point of having versionable compatibles if they are compatible? Best regards, Krzysztof