mbox series

[0/2] arm64: dts: meson: g12a board node order

Message ID 20190510155327.5759-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson: g12a board node order | expand

Message

Jerome Brunet May 10, 2019, 3:53 p.m. UTC
The order of the nodes in the u200 and sei510 is bit fancy.
Order nodes by address, then node name, then aliases.

This makes rebasing is little less painful

Jerome Brunet (2):
  arm64: dts: meson: sei510: consistently order nodes
  arm64: dts: meson: u200: consistently order nodes

 .../boot/dts/amlogic/meson-g12a-sei510.dts    | 92 +++++++++----------
 .../boot/dts/amlogic/meson-g12a-u200.dts      | 50 +++++-----
 2 files changed, 72 insertions(+), 70 deletions(-)

Comments

Kevin Hilman May 10, 2019, 9:46 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> The order of the nodes in the u200 and sei510 is bit fancy.
> Order nodes by address, then node name, then aliases.
>
> This makes rebasing is little less painful

Fully agree.  Thanks for the cleanup.

Queued for v5.3 (branch: v5.3/dt64)

Kevin