On Mon, Jun 13, 2022 at 11:53:22AM +0200, Marek Vasut wrote: > Add DT compatible string for DH electronics STM32MP15xx DHCOR on DRC Compact > carrier board into YAML DT binding document. This system is a general purpose > DIN Rail Controller design. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Alexandre Torgue <alexandre.torgue@xxxxxx> > Cc: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx> > Cc: Patrice Chotard <patrice.chotard@xxxxxx> > Cc: Patrick Delaunay <patrick.delaunay@xxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx > To: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > --- > Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > index 8b31565fee591..17366d9cf15bf 100644 > --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > @@ -61,8 +61,12 @@ properties: > > - description: DH STM32MP153 SoM based Boards > items: > - - const: dh,stm32mp153c-dhcom-drc02 > - - const: dh,stm32mp153c-dhcom-som > + - enum: > + - dh,stm32mp153c-dhcom-drc02 > + - dh,stm32mp153c-dhcor-drc-compact > + - enum: > + - dh,stm32mp153c-dhcom-som > + - dh,stm32mp153c-dhcor-som Seems like dh,stm32mp153c-dhcor-som should be a new entry? Unless that plus dh,stm32mp153c-dhcom-drc02 is valid? > - const: st,stm32mp153 > > - items: > -- > 2.35.1 > >