On Fri, Aug 2, 2019 at 1:47 PM Stefan-gabriel Mirea <stefan-gabriel.mirea@xxxxxxx> wrote: > > From: Eddy Petrișor <eddy.petrisor@xxxxxxx> > > Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC > bindings. > > Signed-off-by: Eddy Petrișor <eddy.petrisor@xxxxxxx> > Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@xxxxxxx> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 7294ac36f4c0..104d60a11177 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -309,4 +309,10 @@ properties: > - fsl,ls2088a-rdb > - const: fsl,ls2088a > > + - description: S32V234 Customer Evaluation Board Most of the entries in this file are for all the boards for an SoC. > + items: > + - enum: > + - fsl,s32v234-evb If that's not going to be the case here, you can use 'const' here. > + - const: fsl,s32v234 > + > ... > -- > 2.22.0 >