All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] arm64: dts: allwinner: A64 boards DT updates
@ 2018-07-06  8:52 Andre Przywara
  2018-07-06  8:52 ` [PATCH 01/10] arm64: dts: allwinner: a64: Add L2 cache nodes Andre Przywara
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Andre Przywara @ 2018-07-06  8:52 UTC (permalink / raw)
  To: linux-arm-kernel

When starring at some DTs while copying the kernel DTs into the U-Boot
tree, I realised that some boards seem to get more love than others.
Fix up some issues I found by inspection on some boards:
Patch 1 adds L2 cache nodes, to avoid a message on the boot console.
Patch 2 adds a separate DT file for the Pine64-LTS board, which from the
software point of view is very much a SOPine + baseboard.
There were reports from people with the Olinuxino board about various
issues and missing features, so patches 3 till 5 attempt to fix these.
The NanoPi-A64 also hasn't been updated in a while, enable the Ethernet
and the WiFi/Bluetooth chip, and fix some voltage issues in the last 5
patches.

I don't have the Olinuxino or NanoPi-A64, so can't test these boards.
So even though I have carefully checked the changes against the
available schematics, I would treat the patches for those two boards
as a "discussion base" and would love to see some testing and
confirmation from owners of these systems.

Cheers,
Andre.

Andre Przywara (10):
  arm64: dts: allwinner: a64: Add L2 cache nodes
  arm64: dts: allwinner: a64: Add Pine64-LTS device tree file
  arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltage
  arm64: dts: allwinner: a64: Olinuxino: add Ethernet nodes
  arm64: dts: allwinner: a64: Olinuxino: enable USB
  arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltage
  arm64: dts: allwinner: a64: NanoPi-A64: Add Ethernet
  arm64: dts: allwinner: a64: NanoPi-A64: Fix PortE voltage
  arm64: dts: allwinner: a64: NanoPi-A64: Add Wifi/Bluetooth chip
  arm64: dts: allwinner: a64: NanoPi-A64: Add blue status LED

 arch/arm64/boot/dts/allwinner/Makefile             |  1 +
 .../boot/dts/allwinner/sun50i-a64-nanopi-a64.dts   | 72 +++++++++++++++++++++-
 .../boot/dts/allwinner/sun50i-a64-olinuxino.dts    | 63 +++++++++++++++++--
 .../boot/dts/allwinner/sun50i-a64-pine64-lts.dts   | 13 ++++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  9 +++
 5 files changed, 151 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts

-- 
2.14.4

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2018-07-09 15:27 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  8:52 [PATCH 00/10] arm64: dts: allwinner: A64 boards DT updates Andre Przywara
2018-07-06  8:52 ` [PATCH 01/10] arm64: dts: allwinner: a64: Add L2 cache nodes Andre Przywara
2018-07-06  8:52 ` [PATCH 02/10] arm64: dts: allwinner: a64: Add Pine64-LTS device tree file Andre Przywara
2018-07-06  8:52 ` [PATCH 03/10] arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltage Andre Przywara
2018-07-06  8:55   ` [linux-sunxi] " Icenowy Zheng
2018-07-06  9:05     ` Andre Przywara
2018-07-06 14:58   ` Martin Lucina
2018-07-06  8:52 ` [PATCH 04/10] arm64: dts: allwinner: a64: Olinuxino: add Ethernet nodes Andre Przywara
2018-07-06 15:01   ` Martin Lucina
2018-07-06  8:52 ` [PATCH 05/10] arm64: dts: allwinner: a64: Olinuxino: enable USB Andre Przywara
2018-07-06 15:04   ` Martin Lucina
2018-07-06 15:35     ` Andre Przywara
2018-07-06 15:36       ` [linux-sunxi] " Icenowy Zheng
2018-07-06 15:46         ` Andre Przywara
2018-07-06 15:50           ` Icenowy Zheng
2018-07-06 16:17             ` Andre Przywara
2018-07-09 10:15               ` Martin Lucina
2018-07-09 11:30                 ` Andre Przywara
2018-07-09 11:54                   ` Martin Lucina
2018-07-09 13:43                     ` Andre Przywara
2018-07-09 14:49                       ` Martin Lucina
2018-07-09 15:27                         ` Andre Przywara
2018-07-06  8:52 ` [PATCH 06/10] arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltage Andre Przywara
2018-07-06  8:52 ` [PATCH 07/10] arm64: dts: allwinner: a64: NanoPi-A64: Add Ethernet Andre Przywara
2018-07-06  8:52 ` [PATCH 08/10] arm64: dts: allwinner: a64: NanoPi-A64: Fix PortE voltage Andre Przywara
2018-07-06  9:03   ` Icenowy Zheng
2018-07-06  9:39     ` Andre Przywara
2018-07-06  9:45       ` Chen-Yu Tsai
2018-07-06  8:52 ` [PATCH 09/10] arm64: dts: allwinner: a64: NanoPi-A64: Add Wifi/Bluetooth chip Andre Przywara
2018-07-06  9:04   ` Icenowy Zheng
2018-07-06  9:38     ` Andre Przywara
2018-07-06 14:23   ` Sergey Suloev
2018-07-06 14:49     ` Andre Przywara
2018-07-06 14:49       ` [linux-sunxi] " Icenowy Zheng
2018-07-06 21:33       ` Sergey Suloev
2018-07-06  8:52 ` [PATCH 10/10] arm64: dts: allwinner: a64: NanoPi-A64: Add blue status LED Andre Przywara

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.