On Mon, 25 Apr 2022 15:29:47 +0200, Linus Walleij wrote: > This rewrites the Mediatek GNSS bindings in YAML. > > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v2->v3: > - Add the missed gnss-fix-gpios. > - Move allOf to right before the properties. > - Keep the description on timepulse-gpios because it documents > which pins are used on this chip. > ChangeLog v1->v2: > - New patch since Krzysztof pointed out there is really just > one more binding to convert, so why not. > --- > .../devicetree/bindings/gnss/mediatek.txt | 35 ----------- > .../devicetree/bindings/gnss/mediatek.yaml | 59 +++++++++++++++++++ > 2 files changed, 59 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gnss/mediatek.txt > create mode 100644 Documentation/devicetree/bindings/gnss/mediatek.yaml > Applied, thanks!