mbox series

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

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

Message

Jerome Brunet Nov. 6, 2020, 9:07 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 ++++++++++++++++++
 configs/libretech-cc_v2_defconfig             |  82 +++++
 4 files changed, 408 insertions(+)
 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. 6, 2020, 9:29 a.m. UTC | #1
Hi,

On 06/11/2020 10:07, 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


Seems you had a patch issue, the following patches are the same as v1

Neil

> 

> 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 ++++++++++++++++++

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

>  4 files changed, 408 insertions(+)

>  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

>
Jerome Brunet Nov. 6, 2020, 9:42 a.m. UTC | #2
On Fri 06 Nov 2020 at 10:29, Neil Armstrong <narmstrong@baylibre.com> wrote:

> Hi,

>

> On 06/11/2020 10:07, 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

>

> Seems you had a patch issue, the following patches are the same as v1


Ugh indeed, sorry about that

>

> Neil

>

>> 

>> 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 ++++++++++++++++++

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

>>  4 files changed, 408 insertions(+)

>>  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

>>