提交 c6d3b5dd 编写于 作者: D David Lechner 提交者: Sekhar Nori

ARM: dts: da850: There are 101 interrupts.

Fix off by one error in da850 device tree in
the number of INTC interrupts.
Signed-off-by: NDavid Lechner <david@lechnology.com>
Tested-by: NKevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit message update]
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 5209a8f1
......@@ -19,7 +19,7 @@
compatible = "ti,cp-intc";
interrupt-controller;
#interrupt-cells = <1>;
ti,intc-size = <100>;
ti,intc-size = <101>;
reg = <0xfffee000 0x2000>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册