From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [EXT] [PATCH 1/2] arm64: dts: marvell: fix interrupt-map property for Armada CP110 master PCIe controller
Date: Thu, 28 Sep 2017 14:56:47 +0200 [thread overview]
Message-ID: <20170928145647.35f21186@windsurf.lan> (raw)
In-Reply-To: <2164f35d99974e1480790dac98be4a5d@IL-EXCH02.marvell.com>
Hello,
On Thu, 28 Sep 2017 12:52:07 +0000, Yehuda Yitschak wrote:
> The initial version referenced the GIC interrupt controller.
> Maybe this issue was introduced during the switch to the ICU ?
No, it was not introduced by the switch to the ICU. The switch to the
ICU looked like this:
- interrupt-map = <0 0 0 0 &gic 0 GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
- interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-map = <0 0 0 0 &cpm_icu 0 ICU_GRP_NSR 24 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <ICU_GRP_NSR 24 IRQ_TYPE_LEVEL_HIGH>;
As you can see there was already a bogus "0" after &gic.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-09-28 12:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-28 12:45 [PATCH 0/2] arm64: dts: marvell: PCIe related fixes for Armada 7K/8K Thomas Petazzoni
2017-09-28 12:45 ` [PATCH 1/2] arm64: dts: marvell: fix interrupt-map property for Armada CP110 master PCIe controller Thomas Petazzoni
2017-09-28 12:52 ` [EXT] " Yehuda Yitschak
2017-09-28 12:56 ` Thomas Petazzoni [this message]
2017-09-28 13:18 ` Yehuda Yitschak
2017-09-28 13:56 ` Thomas Petazzoni
2017-09-28 12:45 ` [PATCH 2/2] arm64: dts: marvell: fix interrupt-map property for Armada CP110 slave " Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170928145647.35f21186@windsurf.lan \
--to=thomas.petazzoni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.