Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Uwe Kleine-König
efedb508 ce111644

+1 -1
+1 -1
Documentation/devicetree/bindings/pwm/nxp,lpc1850-sct-pwm.yaml
··· 48 48 pwm@40000000 { 49 49 compatible = "nxp,lpc1850-sct-pwm"; 50 50 reg = <0x40000000 0x1000>; 51 - clocks =<&ccu1 CLK_CPU_SCT>; 51 + clocks = <&ccu1 CLK_CPU_SCT>; 52 52 clock-names = "pwm"; 53 53 #pwm-cells = <3>; 54 54 };