Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3b7a0c8 authored by Baruch Siach's avatar Baruch Siach Committed by Maxime Ripard
Browse files

dt-bindings: fix example of allwinner interrupt controller



The documented value of #interrupt-cells is 1.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 751b2ac4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@ intc: interrupt-controller {
	compatible = "allwinner,sun4i-ic";
	reg = <0x01c20400 0x400>;
	interrupt-controller;
	#interrupt-cells = <2>;
	#interrupt-cells = <1>;
};