Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1368508
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 02/18] ARM: dts: vf610: add GPC as new interrupt parent |
| Date | 2016-03-31 20:00 +0200 |
| Message-ID | <riP2X-ac-23@gated-at.bofh.it> (permalink) |
| References | <raYmJ-aJ-9@gated-at.bofh.it> <raYmK-aJ-27@gated-at.bofh.it> <riG9k-29W-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
>>
>>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web