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

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
......@@ -14,5 +14,5 @@ intc: interrupt-controller {
compatible = "allwinner,sun4i-ic";
reg = <0x01c20400 0x400>;
interrupt-controller;
#interrupt-cells = <2>;
#interrupt-cells = <1>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment