Skip to content

Commit ab0fccc

Browse files
robherringalexandrebelloni
authored andcommitted
dt-bindings: rtc: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230317233634.3968656-1-robh@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent dc87fad commit ab0fccc

16 files changed

Lines changed: 18 additions & 18 deletions

Documentation/devicetree/bindings/rtc/allwinner,sun4i-a10-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Allwinner A10 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Chen-Yu Tsai <wens@csie.org>

Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ properties:
6161
- the Internal Oscillator, at index 2.
6262

6363
allOf:
64-
- $ref: "rtc.yaml#"
64+
- $ref: rtc.yaml#
6565
- if:
6666
properties:
6767
compatible:

Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Atmel AT91 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
88
title: Atmel AT91 RTT
99

1010
allOf:
11-
- $ref: "rtc.yaml#"
11+
- $ref: rtc.yaml#
1212

1313
maintainers:
1414
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
optionally generate RTC alarm interrupts.
1616

1717
allOf:
18-
- $ref: "rtc.yaml#"
18+
- $ref: rtc.yaml#
1919

2020
properties:
2121
compatible:

Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ properties:
3838

3939
clock-names:
4040
items:
41-
- const: "PCLK"
42-
- const: "EXTCLK"
41+
- const: PCLK
42+
- const: EXTCLK
4343

4444
required:
4545
- compatible

Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Microchip RV-3032 RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

Documentation/devicetree/bindings/rtc/mstar,msc313-rtc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Mstar MSC313e RTC
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Daniel Palmer <daniel@0x0f.com>

Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: NUVOTON NCT3018Y Real Time Clock
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Medad CChien <ctcchien@nuvoton.com>

Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: NXP PCF2127 Real Time Clock
88

99
allOf:
10-
- $ref: "rtc.yaml#"
10+
- $ref: rtc.yaml#
1111

1212
maintainers:
1313
- Alexandre Belloni <alexandre.belloni@bootlin.com>

0 commit comments

Comments
 (0)