Commit 500b6ae3 authored by Barry Song's avatar Barry Song Committed by Barry Song

ARM: PRIMA2: add missing interrupts property for pinctrl node

commit 51302162 missed the interrupts property
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4cbe5a55
......@@ -284,6 +284,7 @@ gpio: gpio-controller@b0120000 {
#interrupt-cells = <2>;
compatible = "sirf,prima2-gpio-pinmux";
reg = <0xb0120000 0x10000>;
interrupts = <43 44 45 46 47>;
gpio-controller;
interrupt-controller;
};
......
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