From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127AbeAEX0M (ORCPT + 1 other); Fri, 5 Jan 2018 18:26:12 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:39791 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752612AbeAEX0J (ORCPT ); Fri, 5 Jan 2018 18:26:09 -0500 X-Google-Smtp-Source: ACJfBot/Vj/iqWonYhtRc3d03t9UPFSqPMRNFmNzRYCv7avSRfn+DYE+zrFgqIAjf9o0Zs+i/gDP1Q== From: Kevin Hilman To: Yixun Lan Cc: , Neil Armstrong , Jerome Brunet , Giuseppe Cavallaro , Alexandre Torgue , Carlo Caione , , , , Subject: Re: [PATCH v4 1/2] ARM64: dts: meson-axg: add ethernet mac controller Organization: BayLibre References: <20171216035527.96952-1-yixun.lan@amlogic.com> <20171216035527.96952-2-yixun.lan@amlogic.com> Date: Fri, 05 Jan 2018 15:26:04 -0800 In-Reply-To: <20171216035527.96952-2-yixun.lan@amlogic.com> (Yixun Lan's message of "Sat, 16 Dec 2017 11:55:26 +0800") Message-ID: <7hmv1r28hf.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Yixun Lan writes: > Add DT info for the stmmac ethernet MAC which found in > the Amlogic's Meson-AXG SoC, also describe the ethernet > pinctrl & clock information here. > > Reviewed-by: Neil Armstrong > Signed-off-by: Yixun Lan Applied to v4.16/dt64, Kevin