Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbbEXQRR (ORCPT ); Sun, 24 May 2015 12:17:17 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:34603 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbbEXQRO (ORCPT ); Sun, 24 May 2015 12:17:14 -0400 Message-ID: <5561EB79.30209@cogentembedded.com> Date: Sun, 24 May 2015 18:17:13 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Paul Burton , linux-mips@linux-mips.org CC: Ian Campbell , Kumar Gala , Lars-Peter Clausen , Mark Rutland , Pawel Moll , Ralf Baechle , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Brian Norris Subject: Re: [PATCH v5 07/37] MIPS: JZ4740: probe CPU interrupt controller via DT References: <1432480307-23789-1-git-send-email-paul.burton@imgtec.com> <1432480307-23789-8-git-send-email-paul.burton@imgtec.com> In-Reply-To: <1432480307-23789-8-git-send-email-paul.burton@imgtec.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1584 Lines: 51 Hello. On 05/24/2015 06:11 PM, Paul Burton wrote: > Use the generic irqchip_init function to probe irqchip drivers using DT, > and add the appropriate node to the JZ4740 devicetree in place of the > call to mips_cpu_irq_init. > > Signed-off-by: Paul Burton > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Lars-Peter Clausen > Cc: Mark Rutland > Cc: Pawel Moll > Cc: Ralf Baechle > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Cc: linux-mips@linux-mips.org > --- > Changes in v5: None > Changes in v4: None > Changes in v3: > - Rebase. > Changes in v2: None > arch/mips/boot/dts/ingenic/jz4740.dtsi | 7 +++++++ > arch/mips/jz4740/irq.c | 4 ++-- > 2 files changed, 9 insertions(+), 2 deletions(-) > diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi b/arch/mips/boot/dts/ingenic/jz4740.dtsi > index c538691f..2d64765c 100644 > --- a/arch/mips/boot/dts/ingenic/jz4740.dtsi > +++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi > @@ -2,4 +2,11 @@ > #address-cells = <1>; > #size-cells = <1>; > compatible = "ingenic,jz4740"; > + > + cpuintc: cpuintc@0 { The node shoiuld be called "inbterrupt-controller@0". WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/