Skip to content

Commit a7ab84a

Browse files
krzkrobherring
authored andcommitted
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>
1 parent f6814f6 commit a7ab84a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
- Claudiu Beznea <claudiu.beznea@microchip.com>
1212

1313
allOf:
14-
- $ref: "pwm.yaml#"
14+
- $ref: pwm.yaml#
1515

1616
properties:
1717
compatible:

Documentation/devicetree/bindings/pwm/mxs-pwm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
const: 3
2626

2727
fsl,pwm-number:
28-
$ref: '/schemas/types.yaml#/definitions/uint32'
28+
$ref: /schemas/types.yaml#/definitions/uint32
2929
description: u32 value representing the number of PWM devices
3030

3131
required:

0 commit comments

Comments
 (0)