Re: [PATCH v4 2/2] dt/bindings: Add bindings for Layerscape external irqs

2018-02-09 Thread Marc Zyngier
On 08/02/18 15:08, Rasmus Villemoes wrote: > On 2018-02-05 07:07, Rob Herring wrote: >>> +Example: >>> + scfg: scfg@157 { >>> + compatible = "fsl,ls1021a-scfg", "syscon"; >>> + ... >>> + extirq: interrupt-controller { >>> + compatible = "fsl,ls1

Re: [PATCH v4 2/2] dt/bindings: Add bindings for Layerscape external irqs

2018-02-08 Thread Rasmus Villemoes
On 2018-02-05 07:07, Rob Herring wrote: >> +Example: >> +scfg: scfg@157 { >> +compatible = "fsl,ls1021a-scfg", "syscon"; >> +... >> +extirq: interrupt-controller { >> +compatible = "fsl,ls1021a-extirq"; >> +#interru

Re: [PATCH v4 2/2] dt/bindings: Add bindings for Layerscape external irqs

2018-02-04 Thread Rob Herring
On Thu, Jan 25, 2018 at 04:02:30PM +0100, Rasmus Villemoes wrote: > This adds Device Tree binding documentation for the external interrupt > lines with configurable polarity present on some Layerscape SOCs. > > Signed-off-by: Rasmus Villemoes > --- > Changes since v3: Add non-empty commit log. >

[PATCH v4 2/2] dt/bindings: Add bindings for Layerscape external irqs

2018-01-25 Thread Rasmus Villemoes
This adds Device Tree binding documentation for the external interrupt lines with configurable polarity present on some Layerscape SOCs. Signed-off-by: Rasmus Villemoes --- Changes since v3: Add non-empty commit log. .../interrupt-controller/fsl,ls-extirq.txt | 44 ++