Hello. I looked through the entire file and saw that the entries were sorted by board name and by SOC part number within the board option. > On Tue, Sep 19, 2023 at 11:35:52AM +0300, Alexander Shiyan wrote: > > Add new entry for MYD-YA151C-T development board. ... > > diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > > index 4bf28e717a56..5252b9108ddc 100644 > > --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > > +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml > > @@ -140,6 +140,11 @@ properties: > > - const: engicam,microgea-stm32mp1 > > - const: st,stm32mp157 > > > > + - description: MyirTech MYD-YA15XC-T SoM based Boards > > + items: > > + - const: myir,myd-ya151c-t # MYIR MYD-YA151C-T STM32MP151C > > + - const: st,stm32mp151 > > It appears that this file is sorted by soc part number, which would put > this entry now in the wrong location. > With that changed, > Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>