diff options
author | Rob Herring <robh@kernel.org> | 2022-01-19 02:56:11 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-20 19:55:26 +0100 |
commit | 25e20b505e0e2454ff6713c0cef4bcdd66dffb95 (patch) | |
tree | ca99535bbadb11d916166c6d870e507270b1646c /Documentation | |
parent | dt-bindings: Fix array schemas encoded as matrices (diff) | |
download | linux-25e20b505e0e2454ff6713c0cef4bcdd66dffb95.tar.xz linux-25e20b505e0e2454ff6713c0cef4bcdd66dffb95.zip |
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
Diffstat (limited to 'Documentation')
-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>; |