Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Mark Brown <broonie@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20240426202239.2837516-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

+22 -19
+6 -6
Documentation/devicetree/bindings/net/sff,sfp.yaml
··· 29 29 allowable by a module in the slot, in milli-Watts. Presently, modules can 30 30 be up to 1W, 1.5W or 2W. 31 31 32 - "mod-def0-gpios": 32 + mod-def0-gpios: 33 33 maxItems: 1 34 34 description: 35 35 GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module 36 36 presence input gpio signal, active (module absent) high. Must not be 37 37 present for SFF modules 38 38 39 - "los-gpios": 39 + los-gpios: 40 40 maxItems: 1 41 41 description: 42 42 GPIO phandle and a specifier of the Receiver Loss of Signal Indication 43 43 input gpio signal, active (signal lost) high 44 44 45 - "tx-fault-gpios": 45 + tx-fault-gpios: 46 46 maxItems: 1 47 47 description: 48 48 GPIO phandle and a specifier of the Module Transmitter Fault input gpio 49 49 signal, active (fault condition) high 50 50 51 - "tx-disable-gpios": 51 + tx-disable-gpios: 52 52 maxItems: 1 53 53 description: 54 54 GPIO phandle and a specifier of the Transmitter Disable output gpio 55 55 signal, active (Tx disable) high 56 56 57 - "rate-select0-gpios": 57 + rate-select0-gpios: 58 58 maxItems: 1 59 59 description: 60 60 GPIO phandle and a specifier of the Rx Signaling Rate Select (AKA RS0) 61 61 output gpio signal, low - low Rx rate, high - high Rx rate Must not be 62 62 present for SFF modules 63 63 64 - "rate-select1-gpios": 64 + rate-select1-gpios: 65 65 maxItems: 1 66 66 description: 67 67 GPIO phandle and a specifier of the Tx Signaling Rate Select (AKA RS1)
+5 -2
Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
··· 48 48 interrupt-controller: 49 49 description: Interrupt controller node for handling legacy PCI interrupts. 50 50 type: object 51 + additionalProperties: false 52 + 51 53 properties: 52 54 "#address-cells": 53 55 const: 0 56 + 54 57 "#interrupt-cells": 55 58 const: 1 56 - "interrupt-controller": true 57 - additionalProperties: false 59 + 60 + interrupt-controller: true 58 61 59 62 required: 60 63 - reg
+1 -1
Documentation/devicetree/bindings/pci/xlnx,nwl-pcie.yaml
··· 84 84 "#interrupt-cells": 85 85 const: 1 86 86 87 - "interrupt-controller": true 87 + interrupt-controller: true 88 88 89 89 required: 90 90 - "#address-cells"
+4 -4
Documentation/devicetree/bindings/phy/brcm,sata-phy.yaml
··· 59 59 "#phy-cells": 60 60 const: 0 61 61 62 - "brcm,enable-ssc": 62 + brcm,enable-ssc: 63 63 $ref: /schemas/types.yaml#/definitions/flag 64 64 description: | 65 65 Use spread spectrum clocking (SSC) on this port 66 66 This property is not applicable for "brcm,iproc-ns2-sata-phy", 67 67 "brcm,iproc-nsp-sata-phy" and "brcm,iproc-sr-sata-phy". 68 68 69 - "brcm,rxaeq-mode": 69 + brcm,rxaeq-mode: 70 70 $ref: /schemas/types.yaml#/definitions/string 71 71 description: 72 72 String that indicates the desired RX equalizer mode. ··· 75 75 - auto 76 76 - manual 77 77 78 - "brcm,rxaeq-value": 78 + brcm,rxaeq-value: 79 79 $ref: /schemas/types.yaml#/definitions/uint32 80 80 description: | 81 81 When 'brcm,rxaeq-mode' is set to "manual", provides the RX ··· 83 83 minimum: 0 84 84 maximum: 63 85 85 86 - "brcm,tx-amplitude-millivolt": 86 + brcm,tx-amplitude-millivolt: 87 87 description: | 88 88 Transmit amplitude voltage in millivolt. 89 89 $ref: /schemas/types.yaml#/definitions/uint32
+1 -1
Documentation/devicetree/bindings/regulator/ti,tps62864.yaml
··· 24 24 type: object 25 25 26 26 properties: 27 - "SW": 27 + SW: 28 28 type: object 29 29 $ref: regulator.yaml# 30 30 unevaluatedProperties: false
+3 -3
Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-pmc.yaml
··· 365 365 additionalProperties: false 366 366 367 367 dependencies: 368 - "nvidia,suspend-mode": ["nvidia,core-pwr-off-time", "nvidia,cpu-pwr-off-time"] 369 - "nvidia,core-pwr-off-time": ["nvidia,core-pwr-good-time"] 370 - "nvidia,cpu-pwr-off-time": ["nvidia,cpu-pwr-good-time"] 368 + nvidia,suspend-mode: ["nvidia,core-pwr-off-time", "nvidia,cpu-pwr-off-time"] 369 + nvidia,core-pwr-off-time: ["nvidia,core-pwr-good-time"] 370 + nvidia,cpu-pwr-off-time: ["nvidia,cpu-pwr-good-time"] 371 371 372 372 examples: 373 373 - |
+2 -2
Documentation/devicetree/bindings/tpm/ibm,vtpm.yaml
··· 33 33 reg: 34 34 maxItems: 1 35 35 36 - 'ibm,#dma-address-cells': 36 + ibm,#dma-address-cells: 37 37 description: 38 38 number of cells that are used to encode the physical address field of 39 39 dma-window properties 40 40 $ref: /schemas/types.yaml#/definitions/uint32-array 41 41 42 - 'ibm,#dma-size-cells': 42 + ibm,#dma-size-cells: 43 43 description: 44 44 number of cells that are used to encode the size field of 45 45 dma-window properties