]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'meson8b'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 02:17:30 +0000 (22:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 02:17:30 +0000 (22:17 -0400)
commit039dc26ecb308e94b6ed348069e77ea8a0fa88dc
tree1f1c13d451ec98b1c5dddcec767051e1f633e308
parent77fc16f769744dcf8771efc0bfeda3cbcc3c32fb
parent881f00ade681ae54cee78c206f8ee63d28dff436
Merge branch 'meson8b'

Martin Blumenstingl says:

====================
Meson8m2 support for dwmac-meson8b

The Meson8m2 SoC is an updated version of the Meson8 SoC. Some of the
peripherals are shared with Meson8b (for example the watchdog registers
and the internal temperature sensor calibration procedure).
Meson8m2 also seems to include the same Gigabit MAC register layout as
Meson8b.

The registers in the Amlogic dwmac "glue" seem identical between Meson8b
and Meson8m2. Manual testing seems to confirm this.

To be extra-safe a new compatible string is added because there's no
(public) documentation on the Meson8m2 SoC. This will allow us to
implement any SoC-specific variations later on (if needed).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>