Commit 2c42d0f0 authored by Jonathan Richardson's avatar Jonathan Richardson Committed by Florian Fainelli

ARM: dts: Enable interrupt support for cygnus crmu gpio driver

The M0 processor handles interrupts for the always-on CRMU GPIO
controller. Setting the CRMU GPIO driver with the mailbox controller as
the interrupt parent allows the mailbox controller to forward interrupts
from the M0 to the GPIO driver for processing.
Reviewed-by: default avatarJonathan Richardson <jonathan.richardson@broadcom.com>
Tested-by: default avatarJonathan Richardson <jonathan.richardson@broadcom.com>
Reviewed-by: default avatarVikram Prakash <vikram.prakash@broadcom.com>
Reviewed-by: default avatarShreesha Rajashekar <shreesha.rajashekar@broadcom.com>
Reviewed-by: default avatarRay Jui <ray.jui@broadcom.com>
Reviewed-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarJonathan Richardson <jonathan.richardson@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 77f923cb
......@@ -130,6 +130,9 @@ gpio_crmu: gpio@03024800 {
ngpios = <6>;
#gpio-cells = <2>;
gpio-controller;
interrupt-controller;
interrupt-parent = <&mailbox>;
interrupts = <0>;
};
i2c0: i2c@18008000 {
......
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