On 21/07/2023 11:49, James Hilliard wrote: > Add support for Variscite i.MX6Q VAR-SOM-MX6 Custom Board. > > Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Drop the tag, patch differs significantly. > Signed-off-by: James Hilliard <james.hilliard1@xxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index da486c4a4ecf..76bb098605e7 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -387,6 +387,7 @@ properties: > > - description: i.MX6Q Variscite VAR-SOM-MX6 Boards > items: > + - const: variscite,mx6customboard If previous patch was correct, you would now broke the compatible list... which is a proof that previous commit does not make sense on its own. Best regards, Krzysztof