From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/5] ARM: Kirkwood: Add DT descriptions for net2big and net5big.
Date: Mon, 5 May 2014 00:56:43 +0200 [thread overview]
Message-ID: <20140504225643.GC25314@lunn.ch> (raw)
In-Reply-To: <5366AF61.2090806@gmail.com>
> > + chosen {
> > + bootargs = "console=ttyS0,115200n8";
>
> nit: add stdout-path = &uart0;
O.K. I had v1 of this patch before your cleanup, and forgot about
this.
> > + };
> > +
> > + ocp at f1000000 {
> > + serial at 12000 {
> > + status = "ok";
>
> nit: s/ok/okay/
I copied a bad example .dts files :-(
> > + };
> > +
> > + spi at 10600 {
> > + pinctrl-0 = <&pmx_spi>;
> > + pinctrl-names = "default";
> > + status = "okay";
> > +
> > + flash at 0 {
> > + #address-cells = <1>;
> > + #size-cells = <1>;
> > + compatible = "mxicy,mx25l4005a";
> > + reg = <0>;
> > + spi-max-frequency = <20000000>;
> > + mode = <0>;
> > +
> > + partition at 0 {
> > + reg = <0x0 0x80000>;
> > + label = "u-boot";
> > + };
> > + };
> > + };
> > +
> > + sata at 80000 {
> > + status = "okay";
> > + nr-ports = <2>;
> > + };
> > +
> > + };
> > +
> > + gpio_keys {
>
> nit: s/gpio_keys/gpio-keys/
>
I think this one is debatable. The documentation is called
gpio_keys.txt, and the example uses gpio_keys. I don't mind chaging it
in this file, but maybe you can submit a patch changing the example in
the documentation?
> > + gpio_poweroff {
>
> nit: s/gpio_poweroff/gpio-poweroff/
ACK.
> If there is nothing more severe with this, I am sure Jason can
> just squash in the nits.
This still needs to be tested on hardware, so there is a good chance
of a respin.
Andrew
next prev parent reply other threads:[~2014-05-04 22:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-03 18:35 [PATCH v2 0/5] DT support for LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-05-03 18:35 ` [PATCH v2 1/5] ARM: Kirkwood: Add board file for netxbig LEDs Andrew Lunn
2014-05-03 18:35 ` [PATCH v2 2/5] ARM: Kirkwood: Add DT descriptions for net2big and net5big Andrew Lunn
2014-05-04 21:21 ` Sebastian Hesselbarth
2014-05-04 22:56 ` Andrew Lunn [this message]
2014-05-04 23:12 ` Sebastian Hesselbarth
2014-05-03 18:35 ` [PATCH v2 3/5] ARM: Kirkwood: Document net[25x]big compatible strings Andrew Lunn
2014-05-03 18:35 ` [PATCH v2 4/5] ARM: mvebu: Add LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-05-03 18:35 ` [PATCH v2 5/5] ARM: multi_v5: Enable " Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140504225643.GC25314@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.