Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752765AbdI0Mb7 (ORCPT ); Wed, 27 Sep 2017 08:31:59 -0400 Received: from forward101o.mail.yandex.net ([37.140.190.181]:35108 "EHLO forward101o.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959AbdI0Mb5 (ORCPT ); Wed, 27 Sep 2017 08:31:57 -0400 Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: Re: [PATCH 1/2] ARM64: dts: meson-gxm: Add Vega S96 board To: Neil Armstrong , Jerome Brunet , khilman@baylibre.com, carlo@caione.org Cc: devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, support@tronsmart.com References: <1505822748-23431-1-git-send-email-narmstrong@baylibre.com> <1505822748-23431-2-git-send-email-narmstrong@baylibre.com> <1505833280.2703.83.camel@baylibre.com> From: Oleg Message-ID: <077178e6-a9a0-355d-3ca5-563e98db98ea@yandex.ru> Date: Wed, 27 Sep 2017 15:30:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 403 Lines: 20 >>>> + reg = <0>; >>>> + max-speed = <1000>; >>> I don't think this max-speed property is necessary >>> >>>> + }; >>>> +}; >> I will try to test and write the result. > Great, thanks ! > > Neil I removed two strings and checked on Vega s96, the wired network works fine. +&external_mdio { + external_phy: ethernet-phy@0 { + /* Realtek RTL8211F (0x001cc916) */ + reg = <0>; + }; +};