diff options
author | Rob Herring <robh@kernel.org> | 2022-01-18 19:56:11 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-20 12:55:26 -0600 |
commit | 25e20b505e0e2454ff6713c0cef4bcdd66dffb95 (patch) | |
tree | ca99535bbadb11d916166c6d870e507270b1646c | |
parent | 986536b952fd7070f5137358df7b055f3081dd2b (diff) | |
download | linux-25e20b505e0e2454ff6713c0cef4bcdd66dffb95.tar.bz2 |
dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example
The 'interrupts' properties takes an irq number, not a phandle, and
'interrupt-parent' isn't needed in examples.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220119015611.2442819-1-robh@kernel.org
-rw-r--r-- | Documentation/devicetree/bindings/mfd/cirrus,madera.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml b/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml index 5dce62a7eff2..68c75a517c92 100644 --- a/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml +++ b/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml @@ -245,8 +245,7 @@ examples: interrupt-controller; #interrupt-cells = <2>; - interrupts = <&host_irq1>; - interrupt-parent = <&gic>; + interrupts = <4 1 0>; gpio-controller; #gpio-cells = <2>; |