All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: amlogic: add Radxa Zero
@ 2021-09-15  1:46 ` Christian Hewitt
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Hewitt @ 2021-09-15  1:46 UTC (permalink / raw)
  To: u-boot, u-boot-amlogic, linux-amlogic; +Cc: Christian Hewitt

This series alpha sorts the Amlogic Makefile, then adds
support for the Radxa Zero SBC using the device-tree
queued in the Amlogic maintainer tree for Linux 5.16.y

Patches are based on custodians/u-boot-amlogic-next

Christian Hewitt (4):
  ARM: dts: sort Amlogic Makefile section
  ARM: dts: add support for Radxa Zero
  boards: amlogic: add Radxa Zero defconfig
  doc: boards: amlogic: update for Radxa Zero

 arch/arm/dts/Makefile                         |  12 +-
 .../arm/dts/meson-g12a-radxa-zero-u-boot.dtsi |   7 +
 arch/arm/dts/meson-g12a-radxa-zero.dts        | 405 ++++++++++++++++++
 configs/radxa-zero_defconfig                  |  70 +++
 doc/board/amlogic/index.rst                   |   3 +-
 doc/board/amlogic/radxa-zero.rst              |  74 ++++
 6 files changed, 565 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/meson-g12a-radxa-zero-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-g12a-radxa-zero.dts
 create mode 100644 configs/radxa-zero_defconfig
 create mode 100644 doc/board/amlogic/radxa-zero.rst

-- 
2.17.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2021-09-21  7:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15  1:46 [PATCH 0/4] ARM: amlogic: add Radxa Zero Christian Hewitt
2021-09-15  1:46 ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 1/4] ARM: dts: sort Amlogic Makefile section Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 2/4] ARM: dts: add support for Radxa Zero Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 3/4] boards: amlogic: add Radxa Zero defconfig Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 4/4] doc: boards: amlogic: update for Radxa Zero Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-21  7:34 ` [PATCH 0/4] ARM: amlogic: add " Neil Armstrong
2021-09-21  7:34   ` Neil Armstrong

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.