diff options
author | Rob Herring <robh@kernel.org> | 2023-03-22 12:35:18 -0500 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-26 11:40:33 +0100 |
commit | 9896a19caf79f83692f13ab688d34c85ecfa92b2 (patch) | |
tree | be068121589f948663181c231e4857d9acd8a4ea /Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | |
parent | f0484d2f80a72022b7fac72bcb406392900ef1eb (diff) | |
download | lwn-9896a19caf79f83692f13ab688d34c85ecfa92b2.tar.gz lwn-9896a19caf79f83692f13ab688d34c85ecfa92b2.zip |
dt-bindings: mfd: Drop unneeded quotes in 'ref', 'id' and 'schema' entries
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>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230322173519.3971434-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/wlf,arizona.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml index ea3337dafaf5..7902f3c5d289 100644 --- a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml +++ b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml @@ -156,7 +156,7 @@ properties: entry has a value that is out of range for a 16 bit register then the chip default will be used. If present exactly five values must be specified. - $ref: "/schemas/types.yaml#/definitions/uint32-array" + $ref: /schemas/types.yaml#/definitions/uint32-array minItems: 1 maxItems: 5 |