dt-bindings: fix example of allwinner interrupt controller
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>
This commit is contained in:
parent
751b2ac4a2
commit
a3b7a0c84d
@ -14,5 +14,5 @@ intc: interrupt-controller {
|
||||
compatible = "allwinner,sun4i-ic";
|
||||
reg = <0x01c20400 0x400>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
#interrupt-cells = <1>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user