Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161346AbbBDRHr (ORCPT ); Wed, 4 Feb 2015 12:07:47 -0500 Received: from mail-lb0-f179.google.com ([209.85.217.179]:47500 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161289AbbBDRHn (ORCPT ); Wed, 4 Feb 2015 12:07:43 -0500 Message-ID: <54D251DA.1020807@cogentembedded.com> Date: Wed, 04 Feb 2015 20:07:38 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Zubair Lutfullah Kakakhel , linux-mips@linux-mips.org CC: devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, mturquette@linaro.org, sboyd@codeaurora.org, ralf@linux-mips.org, jslaby@suse.cz, tglx@linutronix.de, jason@lakedaemon.net, lars@metafoo.de, paul.burton@imgtec.com Subject: Re: [PATCH_V2 07/34] dt: interrupt-controller: Add ingenic,jz4740-intc binding doc References: <1423063323-19419-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1423063323-19419-8-git-send-email-Zubair.Kakakhel@imgtec.com> In-Reply-To: <1423063323-19419-8-git-send-email-Zubair.Kakakhel@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: 2041 Lines: 62 Hello. On 02/04/2015 06:21 PM, Zubair Lutfullah Kakakhel wrote: > From: Paul Burton > Add binding documentation for the Ingenic jz4740 interrupt controller. > Signed-off-by: Paul Burton > Cc: Lars-Peter Clausen > Cc: devicetree@vger.kernel.org > --- > .../interrupt-controller/ingenic,jz4740-intc.txt | 26 ++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ingenic,jz4740-intc.txt > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ingenic,jz4740-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/ingenic,jz4740-intc.txt > new file mode 100644 > index 0000000..5e7f4bb > --- /dev/null > +++ b/Documentation/devicetree/bindings/interrupt-controller/ingenic,jz4740-intc.txt > @@ -0,0 +1,26 @@ > +Ingenic jz4740 SoC Interrupt Controller JZ4740? > + > +Required properties: > + > +- compatible : should be "ingenic,jz4740-intc" or "ingenic,jz4780-intc" > +- reg : Specifies base physical address and size of the registers. > +- interrupt-controller : Identifies the node as an interrupt controller > +- #interrupt-cells : Specifies the number of cells needed to encode an > + interrupt source. The value shall be 1. > +- interrupts - Specifies the CPU interrupt the controller is connected to. > + > +Optional properties: > +- interrupt-parent: phandle of the CPU interrupt controller. > + > +Example: > + > +intc: intc@10001000 { Name it "interrupt-controller@10001000", please. > + compatible = "ingenic,jz4740-intc"; > + reg = <0x10001000 0x14>; > + > + interrupt-controller; > + #interrupt-cells = <1>; > + > + interrupt-parent = <&cpuintc>; > + interrupts = <2>; > +}; 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/