Skip to content

Commit

Permalink
dt-bindings: fix example of allwinner interrupt controller
Browse files Browse the repository at this point in the history
The documented value of #interrupt-cells is 1.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Baruch Siach authored and Maxime Ripard committed Dec 12, 2013
1 parent 751b2ac commit a3b7a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ intc: interrupt-controller {
compatible = "allwinner,sun4i-ic";
reg = <0x01c20400 0x400>;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <1>;
};

0 comments on commit a3b7a0c

Please sign in to comment.