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: drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20230609140709.64655-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
a7ab84a5 f6814f6f

+2 -2
+1 -1
Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
··· 11 11 - Claudiu Beznea <claudiu.beznea@microchip.com> 12 12 13 13 allOf: 14 - - $ref: "pwm.yaml#" 14 + - $ref: pwm.yaml# 15 15 16 16 properties: 17 17 compatible:
+1 -1
Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
··· 25 25 const: 3 26 26 27 27 fsl,pwm-number: 28 - $ref: '/schemas/types.yaml#/definitions/uint32' 28 + $ref: /schemas/types.yaml#/definitions/uint32 29 29 description: u32 value representing the number of PWM devices 30 30 31 31 required: