diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2025-08-07 08:29:08 -0500 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-10-01 10:28:21 +0100 |
| commit | 58091331b59eebc9bf725178be87021d20e4ec2d (patch) | |
| tree | 908b85af5abe28b97cd2eacb40e5ec3f4a174d0a | |
| parent | mfd: madera: Work around false-positive -Wininitialized warning (diff) | |
| download | linux-58091331b59eebc9bf725178be87021d20e4ec2d.tar.gz linux-58091331b59eebc9bf725178be87021d20e4ec2d.zip | |
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: "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>
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml b/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml index d88854e60b7f..f329223cec07 100644 --- a/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml +++ b/Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml @@ -137,6 +137,9 @@ patternProperties: reg: maxItems: 1 + clocks: + maxItems: 1 + interrupts: maxItems: 1 |
