On Fri, Nov 24, 2023 at 10:21:21AM +0100, Krzysztof Kozlowski wrote: > Use only one and exactly one space around '=' in DTS example. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Merging idea: Rob's DT. > Should apply cleanly on Rob's for-next. > --- > .../devicetree/bindings/auxdisplay/hit,hd44780.yaml | 2 +- > .../devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml | 2 +- > Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml | 6 +++--- > .../devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml | 2 +- > .../devicetree/bindings/iio/adc/qcom,spmi-rradc.yaml | 2 +- > .../interrupt-controller/st,stih407-irq-syscfg.yaml | 4 ++-- > Documentation/devicetree/bindings/mmc/arm,pl18x.yaml | 2 +- > Documentation/devicetree/bindings/net/sff,sfp.yaml | 2 +- > .../devicetree/bindings/pci/toshiba,visconti-pcie.yaml | 2 +- > .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 6 +++--- > .../devicetree/bindings/power/supply/richtek,rt9455.yaml | 8 ++++---- > .../devicetree/bindings/regulator/mps,mp5416.yaml | 4 ++-- > .../devicetree/bindings/regulator/mps,mpq7920.yaml | 4 ++-- > .../devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 8 ++++---- > 14 files changed, 27 insertions(+), 27 deletions(-) > [nip] > diff --git a/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml b/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml > index 624984d51c10..7f8d98226437 100644 > --- a/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml > +++ b/Documentation/devicetree/bindings/clock/baikal,bt1-ccu-pll.yaml > @@ -125,7 +125,7 @@ examples: > clk25m: clock-oscillator-25m { > compatible = "fixed-clock"; > #clock-cells = <0>; > - clock-frequency = <25000000>; > + clock-frequency = <25000000>; > clock-output-names = "clk25m"; > }; > ... For Baikal-T1 CCU PLL DT-schema Acked-by: Serge Semin <fancer.lancer@xxxxxxxxx> -Serge(y)