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:
Baruch Siach 2013-12-11 14:33:13 +02:00 committed by Maxime Ripard
parent 751b2ac4a2
commit a3b7a0c84d

View File

@ -14,5 +14,5 @@ intc: interrupt-controller {
compatible = "allwinner,sun4i-ic";
reg = <0x01c20400 0x400>;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <1>;
};