Skip to content

Commit 02210d5

Browse files
krzkcminyard
authored andcommitted
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: Krzysztof Kozlowski <[email protected]> Message-Id: <[email protected]> Acked-by: Andrew Jeffery <[email protected]> Signed-off-by: Corey Minyard <[email protected]>
1 parent e64c82b commit 02210d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties:
4141
- description: STR register
4242

4343
aspeed,lpc-io-reg:
44-
$ref: '/schemas/types.yaml#/definitions/uint32-array'
44+
$ref: /schemas/types.yaml#/definitions/uint32-array
4545
minItems: 1
4646
maxItems: 2
4747
description: |
@@ -50,7 +50,7 @@ properties:
5050
status address may be optionally provided.
5151
5252
aspeed,lpc-interrupts:
53-
$ref: "/schemas/types.yaml#/definitions/uint32-array"
53+
$ref: /schemas/types.yaml#/definitions/uint32-array
5454
minItems: 2
5555
maxItems: 2
5656
description: |
@@ -63,12 +63,12 @@ properties:
6363
6464
kcs_chan:
6565
deprecated: true
66-
$ref: '/schemas/types.yaml#/definitions/uint32'
66+
$ref: /schemas/types.yaml#/definitions/uint32
6767
description: The LPC channel number in the controller
6868

6969
kcs_addr:
7070
deprecated: true
71-
$ref: '/schemas/types.yaml#/definitions/uint32'
71+
$ref: /schemas/types.yaml#/definitions/uint32
7272
description: The host CPU IO map address
7373

7474
required:

0 commit comments

Comments
 (0)