Commit 15be4f7c authored by Rob Herring (Arm)'s avatar Rob Herring (Arm)

dt-bindings: Drop unnecessary quotes on keys

The yamllint quoted-strings check wasn't checking keys for quotes, but
support for checking keys was added in 1.34 release. Fix all the errors
found when enabling the check.

Clean-up the xilinx-versal-cpm formatting while we're here.
Acked-by: default avatarMark Brown <broonie@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20240426202239.2837516-1-robh@kernel.orgSigned-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 27db7526
...@@ -29,39 +29,39 @@ properties: ...@@ -29,39 +29,39 @@ properties:
allowable by a module in the slot, in milli-Watts. Presently, modules can allowable by a module in the slot, in milli-Watts. Presently, modules can
be up to 1W, 1.5W or 2W. be up to 1W, 1.5W or 2W.
"mod-def0-gpios": mod-def0-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module
presence input gpio signal, active (module absent) high. Must not be presence input gpio signal, active (module absent) high. Must not be
present for SFF modules present for SFF modules
"los-gpios": los-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the Receiver Loss of Signal Indication GPIO phandle and a specifier of the Receiver Loss of Signal Indication
input gpio signal, active (signal lost) high input gpio signal, active (signal lost) high
"tx-fault-gpios": tx-fault-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the Module Transmitter Fault input gpio GPIO phandle and a specifier of the Module Transmitter Fault input gpio
signal, active (fault condition) high signal, active (fault condition) high
"tx-disable-gpios": tx-disable-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the Transmitter Disable output gpio GPIO phandle and a specifier of the Transmitter Disable output gpio
signal, active (Tx disable) high signal, active (Tx disable) high
"rate-select0-gpios": rate-select0-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the Rx Signaling Rate Select (AKA RS0) GPIO phandle and a specifier of the Rx Signaling Rate Select (AKA RS0)
output gpio signal, low - low Rx rate, high - high Rx rate Must not be output gpio signal, low - low Rx rate, high - high Rx rate Must not be
present for SFF modules present for SFF modules
"rate-select1-gpios": rate-select1-gpios:
maxItems: 1 maxItems: 1
description: description:
GPIO phandle and a specifier of the Tx Signaling Rate Select (AKA RS1) GPIO phandle and a specifier of the Tx Signaling Rate Select (AKA RS1)
......
...@@ -48,13 +48,16 @@ properties: ...@@ -48,13 +48,16 @@ properties:
interrupt-controller: interrupt-controller:
description: Interrupt controller node for handling legacy PCI interrupts. description: Interrupt controller node for handling legacy PCI interrupts.
type: object type: object
additionalProperties: false
properties: properties:
"#address-cells": "#address-cells":
const: 0 const: 0
"#interrupt-cells": "#interrupt-cells":
const: 1 const: 1
"interrupt-controller": true
additionalProperties: false interrupt-controller: true
required: required:
- reg - reg
......
...@@ -84,7 +84,7 @@ properties: ...@@ -84,7 +84,7 @@ properties:
"#interrupt-cells": "#interrupt-cells":
const: 1 const: 1
"interrupt-controller": true interrupt-controller: true
required: required:
- "#address-cells" - "#address-cells"
......
...@@ -59,14 +59,14 @@ patternProperties: ...@@ -59,14 +59,14 @@ patternProperties:
"#phy-cells": "#phy-cells":
const: 0 const: 0
"brcm,enable-ssc": brcm,enable-ssc:
$ref: /schemas/types.yaml#/definitions/flag $ref: /schemas/types.yaml#/definitions/flag
description: | description: |
Use spread spectrum clocking (SSC) on this port Use spread spectrum clocking (SSC) on this port
This property is not applicable for "brcm,iproc-ns2-sata-phy", This property is not applicable for "brcm,iproc-ns2-sata-phy",
"brcm,iproc-nsp-sata-phy" and "brcm,iproc-sr-sata-phy". "brcm,iproc-nsp-sata-phy" and "brcm,iproc-sr-sata-phy".
"brcm,rxaeq-mode": brcm,rxaeq-mode:
$ref: /schemas/types.yaml#/definitions/string $ref: /schemas/types.yaml#/definitions/string
description: description:
String that indicates the desired RX equalizer mode. String that indicates the desired RX equalizer mode.
...@@ -75,7 +75,7 @@ patternProperties: ...@@ -75,7 +75,7 @@ patternProperties:
- auto - auto
- manual - manual
"brcm,rxaeq-value": brcm,rxaeq-value:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
description: | description: |
When 'brcm,rxaeq-mode' is set to "manual", provides the RX When 'brcm,rxaeq-mode' is set to "manual", provides the RX
...@@ -83,7 +83,7 @@ patternProperties: ...@@ -83,7 +83,7 @@ patternProperties:
minimum: 0 minimum: 0
maximum: 63 maximum: 63
"brcm,tx-amplitude-millivolt": brcm,tx-amplitude-millivolt:
description: | description: |
Transmit amplitude voltage in millivolt. Transmit amplitude voltage in millivolt.
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
......
...@@ -24,7 +24,7 @@ properties: ...@@ -24,7 +24,7 @@ properties:
type: object type: object
properties: properties:
"SW": SW:
type: object type: object
$ref: regulator.yaml# $ref: regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
......
...@@ -365,9 +365,9 @@ allOf: ...@@ -365,9 +365,9 @@ allOf:
additionalProperties: false additionalProperties: false
dependencies: dependencies:
"nvidia,suspend-mode": ["nvidia,core-pwr-off-time", "nvidia,cpu-pwr-off-time"] nvidia,suspend-mode: ["nvidia,core-pwr-off-time", "nvidia,cpu-pwr-off-time"]
"nvidia,core-pwr-off-time": ["nvidia,core-pwr-good-time"] nvidia,core-pwr-off-time: ["nvidia,core-pwr-good-time"]
"nvidia,cpu-pwr-off-time": ["nvidia,cpu-pwr-good-time"] nvidia,cpu-pwr-off-time: ["nvidia,cpu-pwr-good-time"]
examples: examples:
- | - |
......
...@@ -33,13 +33,13 @@ properties: ...@@ -33,13 +33,13 @@ properties:
reg: reg:
maxItems: 1 maxItems: 1
'ibm,#dma-address-cells': ibm,#dma-address-cells:
description: description:
number of cells that are used to encode the physical address field of number of cells that are used to encode the physical address field of
dma-window properties dma-window properties
$ref: /schemas/types.yaml#/definitions/uint32-array $ref: /schemas/types.yaml#/definitions/uint32-array
'ibm,#dma-size-cells': ibm,#dma-size-cells:
description: description:
number of cells that are used to encode the size field of number of cells that are used to encode the size field of
dma-window properties dma-window properties
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment