Skip to content

Commit 25e20b5

Browse files
committed
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
1 parent 986536b commit 25e20b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/mfd/cirrus,madera.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ examples:
245245
246246
interrupt-controller;
247247
#interrupt-cells = <2>;
248-
interrupts = <&host_irq1>;
249-
interrupt-parent = <&gic>;
248+
interrupts = <4 1 0>;
250249
251250
gpio-controller;
252251
#gpio-cells = <2>;

0 commit comments

Comments
 (0)