From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v1 0/2] Meson8m2 support for dwmac-meson8b Date: Sat, 31 Mar 2018 21:57:01 -0400 (EDT) Message-ID: <20180331.215701.873320498954210575.davem@davemloft.net> References: <20180329230035.20958-1-martin.blumenstingl@googlemail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: robh+dt@kernel.org, mark.rutland@arm.com, netdev@vger.kernel.org, linux-amlogic@lists.infradead.org, carlo@caione.org, khilman@baylibre.com To: martin.blumenstingl@googlemail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:49388 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752826AbeDAB5D (ORCPT ); Sat, 31 Mar 2018 21:57:03 -0400 In-Reply-To: <20180329230035.20958-1-martin.blumenstingl@googlemail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Martin Blumenstingl Date: Fri, 30 Mar 2018 01:00:33 +0200 > 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). Series applied, thank you.