mbox series

[0/3] board: amlogic: add Odroid C4 support

Message ID 20200701144310.25481-1-narmstrong@baylibre.com
Headers show
Series board: amlogic: add Odroid C4 support | expand

Message

Neil Armstrong July 1, 2020, 2:43 p.m. UTC
This patchset adds support for the Hardkernel Odroid-C4 board
based on an Amlogic S905X3 SoC (SM1).

These patches were made very early from Christian Hewitt when the device
was unveiled by Hardkernel, and superseed the patchset from Beniamino Galvani
posted later.

Beniamino, sorry for posting this over your patchset, but they are essentially
the same and this one is already used by LibreELEC, Armbian and out KernelCI
boards.

It used the new Odroid-N2 board support instead of W400, and adds a doc
file in RsT format.

Christian Hewitt (2):
  ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1
  boards: amlogic: add Odroid C4 support

Neil Armstrong (1):
  ARM: dts: meson-sm1-odroid-c4: add ethernet PHY reset

 arch/arm/dts/Makefile                        |   1 +
 arch/arm/dts/meson-g12-common.dtsi           |  13 +-
 arch/arm/dts/meson-g12.dtsi                  |  32 +-
 arch/arm/dts/meson-g12b-khadas-vim3.dtsi     |  22 +-
 arch/arm/dts/meson-g12b-s922x.dtsi           |  15 +
 arch/arm/dts/meson-g12b.dtsi                 |  22 +
 arch/arm/dts/meson-khadas-vim3.dtsi          |   4 +-
 arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi |  13 +
 arch/arm/dts/meson-sm1-odroid-c4.dts         | 402 +++++++++++++++++++
 arch/arm/dts/meson-sm1-sei610.dts            |   2 +-
 arch/arm/dts/meson-sm1.dtsi                  |  24 ++
 board/amlogic/odroid-n2/MAINTAINERS          |   2 +
 configs/odroid-c4_defconfig                  |  62 +++
 doc/board/amlogic/index.rst                  |   3 +-
 doc/board/amlogic/odroid-c4.rst              | 133 ++++++
 15 files changed, 713 insertions(+), 37 deletions(-)
 create mode 100644 arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts
 create mode 100644 configs/odroid-c4_defconfig
 create mode 100644 doc/board/amlogic/odroid-c4.rst

Comments

Neil Armstrong July 7, 2020, 3:48 p.m. UTC | #1
Le 01/07/2020 à 16:43, Neil Armstrong a écrit :
> This patchset adds support for the Hardkernel Odroid-C4 board
> based on an Amlogic S905X3 SoC (SM1).
> 
> These patches were made very early from Christian Hewitt when the device
> was unveiled by Hardkernel, and superseed the patchset from Beniamino Galvani
> posted later.
> 
> Beniamino, sorry for posting this over your patchset, but they are essentially
> the same and this one is already used by LibreELEC, Armbian and out KernelCI
> boards.
> 
> It used the new Odroid-N2 board support instead of W400, and adds a doc
> file in RsT format.
> 
> Christian Hewitt (2):
>   ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1
>   boards: amlogic: add Odroid C4 support
> 
> Neil Armstrong (1):
>   ARM: dts: meson-sm1-odroid-c4: add ethernet PHY reset
> 
>  arch/arm/dts/Makefile                        |   1 +
>  arch/arm/dts/meson-g12-common.dtsi           |  13 +-
>  arch/arm/dts/meson-g12.dtsi                  |  32 +-
>  arch/arm/dts/meson-g12b-khadas-vim3.dtsi     |  22 +-
>  arch/arm/dts/meson-g12b-s922x.dtsi           |  15 +
>  arch/arm/dts/meson-g12b.dtsi                 |  22 +
>  arch/arm/dts/meson-khadas-vim3.dtsi          |   4 +-
>  arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi |  13 +
>  arch/arm/dts/meson-sm1-odroid-c4.dts         | 402 +++++++++++++++++++
>  arch/arm/dts/meson-sm1-sei610.dts            |   2 +-
>  arch/arm/dts/meson-sm1.dtsi                  |  24 ++
>  board/amlogic/odroid-n2/MAINTAINERS          |   2 +
>  configs/odroid-c4_defconfig                  |  62 +++
>  doc/board/amlogic/index.rst                  |   3 +-
>  doc/board/amlogic/odroid-c4.rst              | 133 ++++++
>  15 files changed, 713 insertions(+), 37 deletions(-)
>  create mode 100644 arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts
>  create mode 100644 configs/odroid-c4_defconfig
>  create mode 100644 doc/board/amlogic/odroid-c4.rst
> 

Applied to u-boot-amlogic