All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] sunxi: A64/H3/H5 DT updates
Date: Mon, 29 Oct 2018 00:56:46 +0000	[thread overview]
Message-ID: <20181029005650.9542-1-andre.przywara@arm.com> (raw)

This updates the .dts and .dtsi files used in U-Boot to what will become
the new DTs in Linux 4.20 (anytime soon).
Those updates are not too useful for U-Boot itself, but keep the DTs
consistent and allow to directly pass U-Boot's copy to any kernel, by using
$fdtcontroladdr.
There is a small change in the A64 .dtsi, which breaks compatibility with
older kernels (stable releases and those found on distro installer images),
so the second patch fixes this by re-adding the missing compatible
string to the system controller node.
The updates include the H5 and also H3, as they are very close and need to
be updated together.

I ran into issues with the H6, so will post an update for that later.

I see that this somewhat overlaps with Vasily's Pinebook series, I am
happy to arrange something here. Originally I wanted to wait for the files
to hit Linus' tree (to get stable commit IDs), but I sending this now
to not block Vasily.

Cheers,
Andre.

Andre Przywara (4):
  sunxi: A64: Update .dts/.dtsi files
  sunxi: A64: Re-add syscon to DT node
  sunxi: H3/H5: Update .dts files
  sunxi: A64: Add Pine64-LTS board

 arch/arm/dts/sun50i-a64-amarula-relic.dts     | 168 +++++++++++++-
 arch/arm/dts/sun50i-a64-bananapi-m64.dts      |  34 ++-
 arch/arm/dts/sun50i-a64-nanopi-a64.dts        |  89 +++++++-
 arch/arm/dts/sun50i-a64-olinuxino.dts         | 103 ++++++++-
 arch/arm/dts/sun50i-a64-orangepi-win.dts      | 179 ++++++++++++++-
 arch/arm/dts/sun50i-a64-pine64-lts.dts        |  13 ++
 arch/arm/dts/sun50i-a64-pine64.dts            |  32 ++-
 arch/arm/dts/sun50i-a64-sopine-baseboard.dts  |  32 ++-
 arch/arm/dts/sun50i-a64-sopine.dtsi           |  15 ++
 arch/arm/dts/sun50i-a64.dtsi                  | 312 ++++++++++++++++++++++++--
 arch/arm/dts/sun50i-h5-orangepi-pc2.dts       |  12 +
 arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts |   2 -
 arch/arm/dts/sun8i-h3.dtsi                    |  31 +++
 arch/arm/dts/sunxi-h3-h5.dtsi                 |   2 -
 configs/pine64-lts_defconfig                  |  19 ++
 15 files changed, 995 insertions(+), 48 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-a64-pine64-lts.dts
 create mode 100644 configs/pine64-lts_defconfig

-- 
2.14.5

             reply	other threads:[~2018-10-29  0:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-29  0:56 Andre Przywara [this message]
2018-10-29  0:56 ` [U-Boot] [PATCH 1/4] sunxi: A64: Update .dts/.dtsi files Andre Przywara
2018-10-29  0:56 ` [U-Boot] [PATCH 2/4] sunxi: A64: Re-add syscon to DT node Andre Przywara
2018-10-29  0:56 ` [U-Boot] [PATCH 3/4] sunxi: H3/H5: Update .dts files Andre Przywara
2018-10-29  0:56 ` [U-Boot] [PATCH 4/4] sunxi: A64: Add Pine64-LTS board Andre Przywara
2018-10-29  8:39 ` [U-Boot] [PATCH 0/4] sunxi: A64/H3/H5 DT updates Maxime Ripard
2018-11-05  5:13 ` Jagan Teki
2018-11-05  5:49   ` Vasily Khoruzhick
2018-11-05  6:55     ` Jagan Teki
2018-11-06  4:28       ` Vasily Khoruzhick
2018-11-13 16:34 ` Jagan Teki

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=20181029005650.9542-1-andre.przywara@arm.com \
    --to=andre.przywara@arm.com \
    --cc=u-boot@lists.denx.de \
    /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.