Skip to content

Commit 121f4a7

Browse files
robherringcminyard
authored andcommitted
dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: Add missing "clocks" property
The ASpeed kcs-bmc nodes have a "clocks" property which isn't documented. It looks like all the LPC child devices have the same clock source and some of the drivers manage their clock. Perhaps it is the parent device that should have the clock, but it's too late for that. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Message-ID: <20250807132852.3291305-1-robh@kernel.org> Signed-off-by: Corey Minyard <corey@minyard.net>
1 parent b52da40 commit 121f4a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ properties:
4040
- description: ODR register
4141
- description: STR register
4242

43+
clocks:
44+
maxItems: 1
45+
4346
aspeed,lpc-io-reg:
4447
$ref: /schemas/types.yaml#/definitions/uint32-array
4548
minItems: 1

0 commit comments

Comments
 (0)