Commit 58091331 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Lee Jones
Browse files

dt-bindings: mfd: aspeed-lpc: Add missing "clocks" property on lpc-snoop node



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: default avatar"Rob Herring (Arm)" <robh@kernel.org>
Acked-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20250807132909.3291770-1-robh@kernel.org


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 364752aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -137,6 +137,9 @@ patternProperties:
      reg:
        maxItems: 1

      clocks:
        maxItems: 1

      interrupts:
        maxItems: 1