From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v3 10/37] devicetree: document Ingenic SoC interrupt controller binding Date: Tue, 21 Apr 2015 19:56:04 +0300 Message-ID: <55368124.8020706@cogentembedded.com> References: <1429627624-30525-1-git-send-email-paul.burton@imgtec.com> <1429627624-30525-11-git-send-email-paul.burton@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429627624-30525-11-git-send-email-paul.burton-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Paul Burton , linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org Cc: Lars-Peter Clausen , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hello. On 04/21/2015 05:46 PM, Paul Burton wrote: > Add binding documentation for Ingenic SoC interrupt controllers. > Signed-off-by: Paul Burton > Cc: Lars-Peter Clausen > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- > Changes in v3: > - Merge documentation for various Ingenic SoCs, which only differ by > their compatible strings. > Changes in v2: > - None. > --- > .../bindings/interrupt-controller/ingenic,intc.txt | 25 ++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt > diff --git a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt > new file mode 100644 > index 0000000..5d652e4 > --- /dev/null > +++ b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.txt > @@ -0,0 +1,25 @@ > +Ingenic SoC Interrupt Controller > + > +Required properties: > + > +- compatible : should be "ingenic,-intc". For example > + "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. > +- interrupt-parent : phandle of the CPU interrupt controller. > +- interrupts : Specifies the CPU interrupt the controller is connected to. > + > +Example: > + > +intc: intc@10001000 { The node should be named "interrupt-controller@10001000", according to the epAPR standard. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html