| Submitter | Jean-Francois Moine |
|---|---|
| Date | Jan. 23, 2013, 8:38 a.m. |
| Message ID | <20130123093816.5cb73df1@armhf> |
| Download | mbox | patch |
| Permalink | /patch/214845/ |
| State | New |
| Headers | show |
Comments
On Wed, Jan 23, 2013 at 09:38:16AM +0100, Jean-Francois Moine wrote: > In a DT, the interrupts of an interrupt-controller are not usable when > #interrupt-cells is missing. > > This patch activates the interrupts of the GPIOs 0 and 1 for the Marvell > Dove SoC. > > Signed-off-by: Jean-François Moine <moinejf@free.fr> > --- > v2 > - gpio-mvebu asks for 2 cells > --- > arch/arm/boot/dts/dove.dtsi | 2 ++ > 1 file changed, 2 insertions(+) Applied to mvebu/fixes thx, Jason.
Patch
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 42eac1f..740630f 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -93,6 +93,7 @@ reg = <0xd0400 0x20>; ngpios = <32>; interrupt-controller; + #interrupt-cells = <2>; interrupts = <12>, <13>, <14>, <60>; }; @@ -103,6 +104,7 @@ reg = <0xd0420 0x20>; ngpios = <32>; interrupt-controller; + #interrupt-cells = <2>; interrupts = <61>; };
In a DT, the interrupts of an interrupt-controller are not usable when #interrupt-cells is missing. This patch activates the interrupts of the GPIOs 0 and 1 for the Marvell Dove SoC. Signed-off-by: Jean-François Moine <moinejf@free.fr> --- v2 - gpio-mvebu asks for 2 cells --- arch/arm/boot/dts/dove.dtsi | 2 ++ 1 file changed, 2 insertions(+)