[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141112134801.GB20187@griffinp-ThinkPad-X1-Carbon-2nd>
Date: Wed, 12 Nov 2014 13:48:01 +0000
From: Peter Griffin <peter.griffin@...aro.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
srinivas.kandagatla@...il.com, maxime.coquelin@...com,
patrice.chotard@...com, devicetree@...r.kernel.org,
lee.jones@...aro.org
Subject: Re: [PATCH 12/13] ARM: STi: DT: STiH410: Add STiH410 SoC clock
support.
Hi Arnd,
Thanks for reviewing.
> On Friday 07 November 2014 11:57:54 Peter Griffin wrote:
> > +
> > + soc {
> > +
> > + ohci0: usb@...3c00 {
> > + status = "okay";
> > + };
> > +
> > + ehci0: usb@...3e00 {
> > + status = "okay";
> > + };
> > +
> > + ohci1: usb@...3c00 {
> > + status = "okay";
> > + };
> > +
> > + ehci1: usb@...3e00 {
> > + status = "okay";
> > + };
> > + };
> > +};
> >
>
> These seem to refer to an existing device in the base dtsi file. Just put the label
> in the shared file and remove the exact names here. Alternatively, drop the labels
> you don't use.
Based on Maximes feedback in V2 I've created a seperate stih410.dtsi file
which has the extra ehci / ohci device nodes in it. This means they don't need to be
enabled in the board file any more.
regards,
Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists