devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Meson8m2 (32-bit ARM) SoC support
@ 2018-05-09 23:50 Martin Blumenstingl
  2018-05-09 23:50 ` [PATCH v2 1/4] ARM: meson: add support for the Meson8m2 SoCs Martin Blumenstingl
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Martin Blumenstingl @ 2018-05-09 23:50 UTC (permalink / raw)
  To: linux-amlogic, khilman, carlo; +Cc: devicetree, balbes-150, Martin Blumenstingl

This series adds support for the Meson8m2 SoC. This SoC is mostly
compatible with Meson8 while using some peripherals from Meson8b. Patch
#4 contains a list of (known) differences between the Meson8 and Meson8m2
SoCs.

The first supported board with Meson8m2 SoC is the "Tronsmart MXIII Plus"
where Oleg contributed the initial .dts and heavily tested it (many
thanks!). His testing also confirmed that the Meson8m2 SoC uses the same
register layout for the Ethernet "glue registers (supported by the
dwmac-meson8b driver) as Meson8b.


changes since v1 at [0]:
- do not create a new MACH_MESON8M2 Kconfig entry as suggested by Kevin
  (MACH_MESON8 is re-used instead). This affects patch #1 (which was
  patch #3 in v1) and patch #4 (which was patch #6 in v1)
- dropped patches #1 and #2 from v1 because Kevin already applied these
  ("dt-bindings: arm: amlogic: add support for the Meson8m2 SoC" and
  "dt-bindings: arm: amlogic: add support for the Tronsmart MXIII Plus")


[0] http://lists.infradead.org/pipermail/linux-amlogic/2018-May/007303.html


Martin Blumenstingl (3):
  ARM: meson: add support for the Meson8m2 SoCs
  ARM: dts: meson: add support for the Meson8m2 SoC
  ARM: dts: meson8: add the uart_A pins

Oleg Ivanov (1):
  ARM: dts: meson8m2: add support for the Tronsmart MXIII Plus

 arch/arm/boot/dts/Makefile                |   3 +-
 arch/arm/boot/dts/meson8.dtsi             |  16 ++
 arch/arm/boot/dts/meson8m2-mxiii-plus.dts | 244 ++++++++++++++++++++++
 arch/arm/boot/dts/meson8m2.dtsi           |  54 +++++
 arch/arm/mach-meson/Kconfig               |   2 +-
 arch/arm/mach-meson/meson.c               |   1 +
 6 files changed, 318 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/meson8m2-mxiii-plus.dts
 create mode 100644 arch/arm/boot/dts/meson8m2.dtsi

-- 
2.17.0


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

end of thread, other threads:[~2018-05-14 20:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 23:50 [PATCH v2 0/4] Meson8m2 (32-bit ARM) SoC support Martin Blumenstingl
2018-05-09 23:50 ` [PATCH v2 1/4] ARM: meson: add support for the Meson8m2 SoCs Martin Blumenstingl
2018-05-09 23:50 ` [PATCH v2 2/4] ARM: dts: meson: add support for the Meson8m2 SoC Martin Blumenstingl
2018-05-09 23:50 ` [PATCH v2 3/4] ARM: dts: meson8: add the uart_A pins Martin Blumenstingl
2018-05-09 23:50 ` [PATCH v2 4/4] ARM: dts: meson8m2: add support for the Tronsmart MXIII Plus Martin Blumenstingl
2018-05-11  0:33 ` [PATCH v2 0/4] Meson8m2 (32-bit ARM) SoC support Kevin Hilman
2018-05-14 20:55   ` Martin Blumenstingl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).