From: Wolfram Sang <hidden> Date: 2012-08-23 15:52:30
The wakeup-gpios have been assigned a critical IRQ in current
devicetrees. The PIC driver does not support critical IRQs, though, which
leads to the following error when booting (a PCM030 in this case):
mpc52xx_irqhost_map: invalid irq: virq=16, l1=0, l2=3
irq: irq-16==>hwirq-0x3 mapping failed: -22
[WARNing skipped]
Remove these entries until they are supported, if ever.
Signed-off-by: Wolfram Sang <redacted>
Cc: John Bonesio <redacted>
Cc: Anatolij Gustschin <agust@denx.de>
---
arch/powerpc/boot/dts/lite5200.dts | 2 +-
arch/powerpc/boot/dts/mpc5200b.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
From: Grant Likely <hidden> Date: 2012-08-23 15:59:48
On Thu, Aug 23, 2012 at 4:31 PM, Wolfram Sang [off-list ref] wrote:
The wakeup-gpios have been assigned a critical IRQ in current
devicetrees. The PIC driver does not support critical IRQs, though, which
leads to the following error when booting (a PCM030 in this case):
mpc52xx_irqhost_map: invalid irq: virq=16, l1=0, l2=3
irq: irq-16==>hwirq-0x3 mapping failed: -22
[WARNing skipped]
Remove these entries until they are supported, if ever.
The warning is a bug since the irq specifier is valid. Removing the
irqs from the .dts files isn't the solution.
g.
From: Wolfram Sang <hidden> Date: 2012-08-24 08:44:34
On Thu, Aug 23, 2012 at 04:59:26PM +0100, Grant Likely wrote:
On Thu, Aug 23, 2012 at 4:31 PM, Wolfram Sang [off-list ref] wrote:
quoted
The wakeup-gpios have been assigned a critical IRQ in current
devicetrees. The PIC driver does not support critical IRQs, though, which
leads to the following error when booting (a PCM030 in this case):
mpc52xx_irqhost_map: invalid irq: virq=16, l1=0, l2=3
irq: irq-16==>hwirq-0x3 mapping failed: -22
[WARNing skipped]
Remove these entries until they are supported, if ever.
The warning is a bug since the irq specifier is valid. Removing the
irqs from the .dts files isn't the solution.
Adding another warning (not error) that critical IRQ are not supported
is?
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |