Commit 02210d52 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Corey Minyard

dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-Id: <20230609140729.64799-1-krzysztof.kozlowski@linaro.org>
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarCorey Minyard <minyard@acm.org>
parent e64c82b8
...@@ -41,7 +41,7 @@ properties: ...@@ -41,7 +41,7 @@ properties:
- description: STR register - description: STR register
aspeed,lpc-io-reg: aspeed,lpc-io-reg:
$ref: '/schemas/types.yaml#/definitions/uint32-array' $ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1 minItems: 1
maxItems: 2 maxItems: 2
description: | description: |
...@@ -50,7 +50,7 @@ properties: ...@@ -50,7 +50,7 @@ properties:
status address may be optionally provided. status address may be optionally provided.
aspeed,lpc-interrupts: aspeed,lpc-interrupts:
$ref: "/schemas/types.yaml#/definitions/uint32-array" $ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 2 minItems: 2
maxItems: 2 maxItems: 2
description: | description: |
...@@ -63,12 +63,12 @@ properties: ...@@ -63,12 +63,12 @@ properties:
kcs_chan: kcs_chan:
deprecated: true deprecated: true
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: The LPC channel number in the controller description: The LPC channel number in the controller
kcs_addr: kcs_addr:
deprecated: true deprecated: true
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: The host CPU IO map address description: The host CPU IO map address
required: required:
......
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