Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756697AbcJGPMW (ORCPT ); Fri, 7 Oct 2016 11:12:22 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:34517 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368AbcJGPMP (ORCPT ); Fri, 7 Oct 2016 11:12:15 -0400 From: Kevin Hilman To: Neil Armstrong Cc: carlo@caione.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2] ARM64: dts: meson-gxbb: Add rmii pinctrl node and rename rgmii node Organization: BayLibre References: <1475852355-24096-1-git-send-email-narmstrong@baylibre.com> Date: Fri, 07 Oct 2016 08:12:13 -0700 In-Reply-To: <1475852355-24096-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Fri, 7 Oct 2016 16:59:15 +0200") Message-ID: <7hy420dwhe.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 Content-Length: 322 Lines: 11 Neil Armstrong writes: > For boards only supporting 10/100 ethernet over a RMII PHY link, add > a separate pinctrl node. By the way, rename the existing node to rgmii > specific naming in all boards dts. > > Signed-off-by: Neil Armstrong Applied to v4.10/dt64, Kevin