On Tue, 26 Jul 2022 18:07:26 +0100, Conor Dooley wrote: > From: Atul Khare <atulkhare@xxxxxxxxxxxx> > > Fix device tree schema validation messages like 'gpio-line-names' > does not match any of the regexes: 'pinctrl-[0-9]+' From schema: ... > sifive,gpio.yaml'. > > The bindings were missing the gpio-line-names element, which was > causing the dt-schema checker to trip-up. > > Signed-off-by: Atul Khare <atulkhare@xxxxxxxxxxxx> > Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>