dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: Add missing "clocks" property
authorRob Herring (Arm) <robh@kernel.org>
Thu, 7 Aug 2025 13:28:51 +0000 (08:28 -0500)
committerCorey Minyard <corey@minyard.net>
Mon, 8 Sep 2025 15:21:40 +0000 (10:21 -0500)
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>
Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml

index 129e32c..610c798 100644 (file)
@@ -40,6 +40,9 @@ properties:
       - description: ODR register
       - description: STR register
 
+  clocks:
+    maxItems: 1
+
   aspeed,lpc-io-reg:
     $ref: /schemas/types.yaml#/definitions/uint32-array
     minItems: 1