aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2025-08-07 08:28:51 -0500
committerCorey Minyard <corey@minyard.net>2025-09-08 10:21:40 -0500
commit121f4a7e474393502cd71d63f71df7997cbc2f90 (patch)
treef864ebccd5bea326bb4822a1358736be8057ca52
parentipmi: Rework user message limit handling (diff)
downloadlinux-121f4a7e474393502cd71d63f71df7997cbc2f90.tar.gz
linux-121f4a7e474393502cd71d63f71df7997cbc2f90.zip
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>
-rw-r--r--Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml
index 129e32c4c774..610c79863208 100644
--- a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml
+++ b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml
@@ -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