Commit 81c00b58 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: watchdog: Drop unneeded quotes



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

Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: default avatarHector Martin <marcan@marcan.st>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,bcm7038-wdt.yaml
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230317233643.3969019-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent f5501623
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A10 Watchdog

allOf:
  - $ref: "watchdog.yaml#"
  - $ref: watchdog.yaml#

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Apple SoC Watchdog

allOf:
  - $ref: "watchdog.yaml#"
  - $ref: watchdog.yaml#

maintainers:
  - Sven Peter <sven@svenpeter.dev>
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: ARM Secure Monitor Call based watchdog

allOf:
  - $ref: "watchdog.yaml#"
  - $ref: watchdog.yaml#

maintainers:
  - Julius Werner <jwerner@chromium.org>
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ maintainers:
  - Eugen Hristev <eugen.hristev@microchip.com>

allOf:
  - $ref: "watchdog.yaml#"
  - $ref: watchdog.yaml#

properties:
  compatible:
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: BCM63xx and BCM7038 watchdog timer

allOf:
  - $ref: "watchdog.yaml#"
  - $ref: watchdog.yaml#

maintainers:
  - Florian Fainelli <f.fainelli@gmail.com>
Loading