On 14/06/2022 12:42, Saravanan Sekar wrote: > Add new compatible for mp2733 mfd driver. > > Signed-off-by: Saravanan Sekar <sravanhome@xxxxxxxxx> > --- > Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml > index f91acc42d652..fe13869e2c58 100644 > --- a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml > +++ b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml > @@ -19,6 +19,7 @@ description: | > properties: > compatible: > const: mps,mp2629 > + const: mps,mp2733 This does not look like proper syntax. Please run `make dt_binding_check` (see instructions in bindings directory) to validate it. Best regards, Krzysztof