dt-bindings: mfd: aspeed-lpc: Add missing "clocks" property on lpc-snoop node
authorRob Herring (Arm) <robh@kernel.org>
Thu, 7 Aug 2025 13:29:08 +0000 (08:29 -0500)
committerLee Jones <lee@kernel.org>
Wed, 1 Oct 2025 09:28:21 +0000 (10:28 +0100)
The ASpeed lpc-snoop nodes have a "clocks" property which isn't
documented. It looks like all the LPC child devices have the same clock
source. Perhaps it is the parent device that should have the clock, but
it's too late for that. The driver for lpc-snoop requires a clock to be
present.

Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Acked-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20250807132909.3291770-1-robh@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml

index d88854e..f329223 100644 (file)
@@ -137,6 +137,9 @@ patternProperties:
       reg:
         maxItems: 1
 
+      clocks:
+        maxItems: 1
+
       interrupts:
         maxItems: 1