Commit 49cd1dd1 authored by Rob Herring's avatar Rob Herring Committed by Linus Walleij
Browse files

dt-bindings: pinctrl: Drop unneeded quotes



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

Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarHector Martin <marcan@marcan.st>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de> #rockchip
Reviewed-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230330200402.2731992-1-robh@kernel.org


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 010f493d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ patternProperties:
    additionalProperties: false

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

required:
  - compatible
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ allOf:
  # boards are defining it at the moment so it would generate a lot of
  # warnings.

  - $ref: "pinctrl.yaml#"
  - $ref: pinctrl.yaml#
  - if:
      not:
        properties:
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ patternProperties:
    additionalProperties: false

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

required:
  - compatible
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ patternProperties:
    then:
      patternProperties:
        "^function|groups$":
          $ref: "/schemas/types.yaml#/definitions/string"
          $ref: /schemas/types.yaml#/definitions/string
          enum: [ ACPI, ADC0, ADC1, ADC10, ADC11, ADC12, ADC13, ADC14, ADC15,
                  ADC2, ADC3, ADC4, ADC5, ADC6, ADC7, ADC8, ADC9, BMCINT, DDCCLK, DDCDAT,
                  EXTRST, FLACK, FLBUSY, FLWP, GPID, GPID0, GPID2, GPID4, GPID6, GPIE0,
@@ -51,7 +51,7 @@ patternProperties:
                  VGAHS, VGAVS, VPI18, VPI24, VPI30, VPO12, VPO24, WDTRST1, WDTRST2]

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

required:
  - compatible
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ patternProperties:
    then:
      patternProperties:
        "^function|groups$":
          $ref: "/schemas/types.yaml#/definitions/string"
          $ref: /schemas/types.yaml#/definitions/string
          enum: [ ACPI, ADC0, ADC1, ADC10, ADC11, ADC12, ADC13, ADC14, ADC15,
                  ADC2, ADC3, ADC4, ADC5, ADC6, ADC7, ADC8, ADC9, BMCINT, DDCCLK, DDCDAT,
                  ESPI, FWSPICS1, FWSPICS2, GPID0, GPID2, GPID4, GPID6, GPIE0, GPIE2,
@@ -65,7 +65,7 @@ patternProperties:
                  VGAVS, VPI24, VPO, WDTRST1, WDTRST2]

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

required:
  - compatible
Loading