Skip to content

Commit efedb50

Browse files
krzkUwe Kleine-König
authored andcommitted
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 <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250821083110.46420-2-krzysztof.kozlowski@linaro.org Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
1 parent ce11164 commit efedb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ examples:
4848
pwm@40000000 {
4949
compatible = "nxp,lpc1850-sct-pwm";
5050
reg = <0x40000000 0x1000>;
51-
clocks =<&ccu1 CLK_CPU_SCT>;
51+
clocks = <&ccu1 CLK_CPU_SCT>;
5252
clock-names = "pwm";
5353
#pwm-cells = <3>;
5454
};

0 commit comments

Comments
 (0)