Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367966 > unrolled thread
| Started by | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| First post | 2016-03-31 10:30 +0200 |
| Last post | 2016-03-31 20:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 02/18] ARM: dts: vf610: add GPC as new interrupt parent Shawn Guo <shawnguo@kernel.org> - 2016-03-31 10:30 +0200
Re: [PATCH 02/18] ARM: dts: vf610: add GPC as new interrupt parent Stefan Agner <stefan@agner.ch> - 2016-03-31 20:00 +0200
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-03-31 10:30 +0200 |
| Subject | Re: [PATCH 02/18] ARM: dts: vf610: add GPC as new interrupt parent |
| Message-ID | <riG9k-29W-23@gated-at.bofh.it> |
On Wed, Mar 09, 2016 at 06:16:43PM -0800, Stefan Agner wrote:
> Signed-off-by: Stefan Agner <stefan@agner.ch>
So this patch cannot be applied before the fsl,vf610-gpc driver gets
landed on mainline.
Shawn
> ---
> arch/arm/boot/dts/vfxxx.dtsi | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
> index 5e49fbd..909988d 100644
> --- a/arch/arm/boot/dts/vfxxx.dtsi
> +++ b/arch/arm/boot/dts/vfxxx.dtsi
> @@ -88,7 +88,7 @@
> #address-cells = <1>;
> #size-cells = <1>;
> compatible = "simple-bus";
> - interrupt-parent = <&mscm_ir>;
> + interrupt-parent = <&gpc>;
> ranges;
>
> aips0: aips-bus@40000000 {
> @@ -475,6 +475,14 @@
> reg = <0x4006e000 0x1000>;
> interrupts = <96 IRQ_TYPE_LEVEL_HIGH>;
> };
> +
> + gpc: gpc@4006c000 {
> + compatible = "fsl,vf610-gpc";
> + reg = <0x4006c000 0x1000>;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + interrupt-parent = <&mscm_ir>;
> + };
> };
>
> aips1: aips-bus@40080000 {
> --
> 2.7.2
>
>
[toc] | [next] | [standalone]
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-03-31 20:00 +0200 |
| Message-ID | <riP2X-ac-23@gated-at.bofh.it> |
| In reply to | #1367966 |
On 2016-03-31 01:21, Shawn Guo wrote:
> On Wed, Mar 09, 2016 at 06:16:43PM -0800, Stefan Agner wrote:
>> Signed-off-by: Stefan Agner <stefan@agner.ch>
>
> So this patch cannot be applied before the fsl,vf610-gpc driver gets
> landed on mainline.
Yes!
--
Stefan
>> ---
>> arch/arm/boot/dts/vfxxx.dtsi | 10 +++++++++-
>> 1 file changed, 9 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
>> index 5e49fbd..909988d 100644
>> --- a/arch/arm/boot/dts/vfxxx.dtsi
>> +++ b/arch/arm/boot/dts/vfxxx.dtsi
>> @@ -88,7 +88,7 @@
>> #address-cells = <1>;
>> #size-cells = <1>;
>> compatible = "simple-bus";
>> - interrupt-parent = <&mscm_ir>;
>> + interrupt-parent = <&gpc>;
>> ranges;
>>
>> aips0: aips-bus@40000000 {
>> @@ -475,6 +475,14 @@
>> reg = <0x4006e000 0x1000>;
>> interrupts = <96 IRQ_TYPE_LEVEL_HIGH>;
>> };
>> +
>> + gpc: gpc@4006c000 {
>> + compatible = "fsl,vf610-gpc";
>> + reg = <0x4006c000 0x1000>;
>> + interrupt-controller;
>> + #interrupt-cells = <2>;
>> + interrupt-parent = <&mscm_ir>;
>> + };
>> };
>>
>> aips1: aips-bus@40080000 {
>> --
>> 2.7.2
>>
>>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web