On 30/03/2022 21:14, Manoj Sai wrote: > i.Core MX8M Plus is an EDIMM SoM based on NXP i.MX8M Plus from Engicam. > > EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive Evaluation > Board from Engicam. > > i.Core MX8M Plus needs to mount on top of this Evaluation board for > creating complete i.Core MX8M Plus EDIMM2.2 Starter Kit. > > Add bindings for it. > > Signed-off-by: Manoj Sai <abbaraju.manojsai@xxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 08bdd30e511c..5c4137e4c859 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -787,6 +787,13 @@ properties: > - const: engicam,icore-mx8mm # i.MX8MM Engicam i.Core MX8M Mini SoM > - const: fsl,imx8mm > > + - description: Engicam i.Core MX8M Plus SoM based boards > + items: > + - enum: > + - engicam,icore-mx8mp-edimm2.2 # i.MX8MP Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit > + - const: engicam,icore-mx8mp # i.MX8MP Engicam i.Core MX8M Plus SoM > + - const: fsl,imx8mp You dropped it in some random order. Please match existing ordering by SoC. Best regards, Krzysztof