Commit 25e20b50 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220119015611.2442819-1-robh@kernel.org
parent 986536b9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>;