On Tue, Nov 30, 2021 at 09:16:53AM +0100, reinhold.mueller@xxxxxxxxxxx wrote: > From: Reinhold Mueller <reinhold.mueller@xxxxxxxxxxx> > > This patch presents the yaml patch for the emtrion GmbH > Argon board series. > > Signed-off-by: Reinhold Mueller <reinhold.mueller@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > index bcaf7be3ab37..710230847dcd 100644 > --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > @@ -28,6 +28,14 @@ properties: > - enum: > - st,stm32mp153 > - st,stm32mp157 > + > + - description: emtrion STM32MP1 Argon based Boards > + items: > + - enum: > + - emtrion,stm32mp157c-emsbc-argon > + - enum: > + - emtrion,stm32mp157c-emstamp-argon Is there going to be multiple entries here? If not, use 'const' instead of 'enum'. > + - const: st,stm32mp157 > - items: > - enum: > - st,stm32f429i-disco > -- > 2.20.1 > >