From: Krzysztof Kozlowski Date: Thu, 21 Aug 2025 08:31:11 +0000 (+0200) Subject: dt-bindings: pwm: nxp,lpc1850-sct-pwm: Minor whitespace cleanup in example X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=efedb508591e231b47b23ce6b353c81eeb3b9a84;p=users%2Fhch%2Fmisc.git dt-bindings: pwm: nxp,lpc1850-sct-pwm: Minor whitespace cleanup in example The DTS code coding style expects exactly one space around '=' character. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring (Arm) Link: https://lore.kernel.org/r/20250821083110.46420-2-krzysztof.kozlowski@linaro.org Signed-off-by: Uwe Kleine-König --- diff --git a/Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml b/Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml index ffda0123878e..920e0413d431 100644 --- a/Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml @@ -48,7 +48,7 @@ examples: pwm@40000000 { compatible = "nxp,lpc1850-sct-pwm"; reg = <0x40000000 0x1000>; - clocks =<&ccu1 CLK_CPU_SCT>; + clocks = <&ccu1 CLK_CPU_SCT>; clock-names = "pwm"; #pwm-cells = <3>; };