Hi Krysztof, On Mon, 2025-03-24 at 13:53 +0100, Krzysztof Kozlowski wrote: > DTS example in the bindings should be indented with 2- or 4-spaces and > aligned with opening '- |', so correct any differences like 3-spaces or > mixtures 2- and 4-spaces in one binding. While re-indenting, drop > unused labels. > > No functional changes here, but saves some comments during reviews of > new patches built on existing code. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/gpio/atmel,at91rm9200-gpio.yaml | 16 ++--- > .../bindings/gpio/fairchild,74hc595.yaml | 20 +++--- > .../devicetree/bindings/gpio/gpio-mxs.yaml | 70 +++++++++---------- > .../devicetree/bindings/gpio/nxp,pcf8575.yaml | 24 +++---- > .../bindings/gpio/realtek,otto-gpio.yaml | 8 +-- > .../bindings/gpio/renesas,em-gio.yaml | 20 +++--- > .../bindings/gpio/renesas,rcar-gpio.yaml | 24 +++---- > .../devicetree/bindings/gpio/sifive,gpio.yaml | 6 +- > .../bindings/gpio/toshiba,gpio-visconti.yaml | 24 +++---- > .../bindings/gpio/xlnx,gpio-xilinx.yaml | 48 ++++++------- > 10 files changed, 130 insertions(+), 130 deletions(-) > > diff --git a/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > index 39fd959c45d2..728099c65824 100644 > --- a/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > @@ -81,7 +81,7 @@ dependencies: > > examples: > - | > - gpio@3500 { > + gpio@3500 { > compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio"; > reg = <0x3500 0x1c>; > gpio-controller; > @@ -91,9 +91,9 @@ examples: > #interrupt-cells = <2>; > interrupt-parent = <&rtlintc>; > interrupts = <23>; > - }; > + }; > - | > - gpio@3300 { > + gpio@3300 { > compatible = "realtek,rtl9300-gpio", "realtek,otto-gpio"; > reg = <0x3300 0x1c>, <0x3338 0x8>; > gpio-controller; > @@ -103,6 +103,6 @@ examples: > #interrupt-cells = <2>; > interrupt-parent = <&rtlintc>; > interrupts = <13>; > - }; > + }; > > ... FWIW Reviewed-by: Sander Vanheule <sander@xxxxxxxxxxxxx> Thanks! Best, Sander