Message ID | 20210915014659.5336-1-christianshewitt@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ARM: amlogic: add Radxa Zero | expand |
On 15/09/2021 03:46, Christian Hewitt wrote: > 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 > Applied to u-boot-amlogic-next Neil