On Tue, 20 Sep 2022 07:20:50 +0200, Sergio Paracuellos wrote: > SoC MT7621 I2C bindings used text format, so migrate them to YAML. > There are some additions to the binding that were not in the original > txt file. This binding is used in MT7621 and MT7628a Ralink SoCs. To > properly match both dts nodes in tree we need to add to the schema > 'clocks', 'clock-names' and 'reset-names'. Both 'clock-names' and > 'reset-names' use 'i2c' as string so maintain that as const in > the schema. Also, Properly update MAINTAINERS file to align the > changes. > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > --- > Changes in v3: > - Address review comment from Krzysztof: > - Rebase onto last kernel version. > - Drop address-cells and size-cells. > - Properly explain deviations from txt in commit message. > - Drop reset-names as required property. > - Squash previous series two commits in one to be bisectable. > > Changes in v2: > - Maintain current maintainer Stefan Rose as listed in kernel MAINTAINERS file. > .../devicetree/bindings/i2c/i2c-mt7621.txt | 25 -------- > .../bindings/i2c/mediatek,mt7621-i2c.yaml | 61 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 62 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt7621.txt > create mode 100644 Documentation/devicetree/bindings/i2c/mediatek,mt7621-i2c.yaml > Applied, thanks!