Hi Rob, On Wed, 3 Feb 2021 at 05:55, Rob Herring <robh@xxxxxxxxxx> wrote: > diff --git a/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml b/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml > index 1f2ef408bb43..fe1e1c63ffe3 100644 > --- a/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml > @@ -46,7 +46,7 @@ examples: > #include <dt-bindings/gpio/msc313-gpio.h> > > gpio: gpio@207800 { > - compatible = "mstar,msc313e-gpio"; > + compatible = "mstar,msc313-gpio"; > #gpio-cells = <2>; > reg = <0x207800 0x200>; > gpio-controller; This is correct. The compatible string dropped the e at some point and I must have missed the example. Thanks for the fix. Reviewed-by: Daniel Palmer <daniel@xxxxxxxxx>