mbox series

[RESEND,v2,0/2] arm64: meson: add libretech cc v2 support

Message ID 20201106094555.34241-1-jbrunet@baylibre.com
Headers show
Series arm64: meson: add libretech cc v2 support | expand

Message

Jerome Brunet Nov. 6, 2020, 9:45 a.m. UTC
This patchset adds support for the Amlogic based libretech cc v2.
Like the v1, this revised platform used the s905x SoC.

Changes since v1:
- Move Makefile change to patch #1
- Amend documentation for libretech cc v2

Jerome Brunet (2):
  arm64: dts: import libretech-cc-v2 from linux v5.10-rc1
  arm64: meson: add support for libretech-cc v2

 arch/arm/dts/Makefile                         |   1 +
 ...eson-gxl-s905x-libretech-cc-v2-u-boot.dtsi |   7 +
 .../dts/meson-gxl-s905x-libretech-cc-v2.dts   | 318 ++++++++++++++++++
 board/amlogic/p212/MAINTAINERS                |   1 +
 configs/libretech-cc_v2_defconfig             |  82 +++++
 doc/board/amlogic/index.rst                   | 117 +++----
 doc/board/amlogic/libretech-cc.rst            |  15 +-
 7 files changed, 480 insertions(+), 61 deletions(-)
 create mode 100644 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2.dts
 create mode 100644 configs/libretech-cc_v2_defconfig

-- 
2.28.0

Comments

Neil Armstrong Nov. 12, 2020, 1:35 p.m. UTC | #1
On 06/11/2020 10:45, Jerome Brunet wrote:
> This patchset adds support for the Amlogic based libretech cc v2.

> Like the v1, this revised platform used the s905x SoC.

> 

> Changes since v1:

> - Move Makefile change to patch #1

> - Amend documentation for libretech cc v2

> 

> Jerome Brunet (2):

>   arm64: dts: import libretech-cc-v2 from linux v5.10-rc1

>   arm64: meson: add support for libretech-cc v2

> 

>  arch/arm/dts/Makefile                         |   1 +

>  ...eson-gxl-s905x-libretech-cc-v2-u-boot.dtsi |   7 +

>  .../dts/meson-gxl-s905x-libretech-cc-v2.dts   | 318 ++++++++++++++++++

>  board/amlogic/p212/MAINTAINERS                |   1 +

>  configs/libretech-cc_v2_defconfig             |  82 +++++

>  doc/board/amlogic/index.rst                   | 117 +++----

>  doc/board/amlogic/libretech-cc.rst            |  15 +-

>  7 files changed, 480 insertions(+), 61 deletions(-)

>  create mode 100644 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi

>  create mode 100644 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2.dts

>  create mode 100644 configs/libretech-cc_v2_defconfig

> 


Thanks,
Applied to u-boot-amlogic-next