From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v3 1/3] dt-bindings: mfd: add lubbock-io binding Date: Mon, 19 Jan 2015 08:35:33 +0000 Message-ID: <20150119083533.GF21886@x1> References: <1421406010-14851-1-git-send-email-robert.jarzmik@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1421406010-14851-1-git-send-email-robert.jarzmik@free.fr> Sender: linux-kernel-owner@vger.kernel.org To: Robert Jarzmik Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Daniel Mack , Haojian Zhuang , Samuel Ortiz , Arnd Bergmann , Dmitry Eremin-Solenikov , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, 16 Jan 2015, Robert Jarzmik wrote: > Add a binding for lubbock motherboard IO board. >=20 > Signed-off-by: Robert Jarzmik > --- > .../devicetree/bindings/mfd/lubbock-io.txt | 26 ++++++++++++= ++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/lubbock-io.= txt >=20 > diff --git a/Documentation/devicetree/bindings/mfd/lubbock-io.txt b/D= ocumentation/devicetree/bindings/mfd/lubbock-io.txt > new file mode 100644 > index 0000000..33c9e21 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mfd/lubbock-io.txt > @@ -0,0 +1,26 @@ > +Intel's pxa255 system development platform motherboard. s/pxa25/PXA25/ "system development platform motherboard" doesn't quite sit right with = me. How about "Intel Xscale PXA255 development platform (Lubbock)"? > +This is the motherboard, or IO board, of the pxa25x development syst= em, > +supporting a lubbock pxa25x SoC board. Again, this sounds weird. > +Required properties: > + - compatible : One of the following chip-specific strings: > + "intel,lubbock-io" An odd thing to say with only one entry. Also, please line it up to the right of the ':' above. > + - interrupts : The first interrupt is the line the /IRQ signal the= IO board > + multiplex is connected to. The only known case is G= PIO0 on the > + pxa25x SoC. Can you get someone to help you re-word this into a more fluid sentence? > +Optional properties: > + - interrupts : The second optional interrupt is the base of the in= terrupts > + multiplexed by the lubbock motherboard. If unspecif= ied, the > + range is fully dynamic, and the irqdomain will gene= rate its > + interrupt base on the fly. > + > +Example: > + > +mb: lubbock-mb@0 { > + compatible =3D "intel,lubbock-io"; > + interrupts =3D <0 IRQ_TYPE_EDGE_FALLING 400 IRQ_TYPE_NONE>; > + #interrupt-cells =3D <2>; > + interrupt-parent =3D <&pxairq>; Whitespace error. > +}; I'm guessing mb means motherboard? I think it's unusual for a motherboard to have it's own driver. Usually we provide drivers for the individual components/peripherals situated on the board. --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog