From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2 v3] dt/bindings: Add bindings for Layerscape SCFG MSI
Date: Wed, 17 Feb 2016 17:33:33 +0000 [thread overview]
Message-ID: <56C4AEED.4060901@arm.com> (raw)
In-Reply-To: <1454403648-5551-1-git-send-email-Minghuan.Lian@nxp.com>
On 02/02/16 09:00, Minghuan Lian wrote:
> Some Layerscape SoCs use a simple MSI controller implementation.
> It contains only two SCFG register to trigger and describe a
> group 32 MSI interrupts. The patch adds bindings to describe
> the controller.
>
> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
> ---
> .../interrupt-controller/fsl,ls-scfg-msi.txt | 23 ++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt
> new file mode 100644
> index 0000000..0c41151
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt
> @@ -0,0 +1,23 @@
> +* Freescale Layerscape SCFG PCIe MSI controller
> +
> +Required properties:
> +
> +- compatible: should be "fsl,<soc-name>-msi" to identify
> + Layerscape PCIe MSI controller block such as:
> + "fsl,1s1021a-msi"
> + "fsl,1s1043a-msi"
> +- msi-controller: indicates that this is a PCIe MSI controller node
> +- reg: physical base address of the controller and length of memory mapped.
> +- interrupts: A interrupt of the controller.
This is an interrupt *to* the the parent interrupt controller.
> +
> +Each PCIe node needs to have property msi-parent that points to
> +MSI controller node
> +
> +Examples:
> +
> + msi1: msi-controller at 1571000 {
> + compatible = "fsl,1s1043a-msi";
> + reg = <0x0 0x1571000 0x0 0x8>,
> + msi-controller;
> + interrupts = <0 116 0x4>;
> + };
>
Please document the need for an interrupt-parent property. Your example
assumes that there is a default one...
Thanks,
M.
--
Jazz is not dead. It just smells funny...
prev parent reply other threads:[~2016-02-17 17:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 9:00 [PATCH 1/2 v3] dt/bindings: Add bindings for Layerscape SCFG MSI Minghuan Lian
2016-02-02 9:00 ` [PATCH 2/2 v3] irqchip/Layerscape: Add SCFG MSI controller support Minghuan Lian
2016-02-17 17:29 ` Marc Zyngier
2016-02-17 17:29 ` Marc Zyngier
2016-02-25 3:21 ` Minghuan Lian
2016-02-25 3:21 ` Minghuan Lian
2016-02-29 10:14 ` Marc Zyngier
2016-02-29 10:14 ` Marc Zyngier
2016-03-01 11:03 ` Minghuan Lian
2016-03-01 11:03 ` Minghuan Lian
2016-02-17 17:33 ` Marc Zyngier [this message]
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=56C4AEED.4060901@arm.com \
--to=marc.zyngier@arm.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.