From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFD39C433DB for ; Thu, 25 Mar 2021 13:00:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 788D6619E8 for ; Thu, 25 Mar 2021 13:00:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230239AbhCYNAE (ORCPT ); Thu, 25 Mar 2021 09:00:04 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:46946 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230196AbhCYM72 (ORCPT ); Thu, 25 Mar 2021 08:59:28 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lPPa7-00CxCS-I3; Thu, 25 Mar 2021 13:59:23 +0100 Date: Thu, 25 Mar 2021 13:59:23 +0100 From: Andrew Lunn To: Anand Moon Cc: Heiner Kallweit , Russell King , "David S . Miller" , Jakub Kicinski , Rob Herring , Florian Fainelli , Kevin Hilman , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: Re: [PATCHv1 2/6] arm: dts: meson: Add missing ethernet phy mdio compatible string Message-ID: References: <20210325124225.2760-1-linux.amoon@gmail.com> <20210325124225.2760-3-linux.amoon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210325124225.2760-3-linux.amoon@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Mar 25, 2021 at 12:42:21PM +0000, Anand Moon wrote: > Add missing ethernet phy mdio comatible string to help > initiate the phy on Amlogic SoC SBC. "ethernet-phy-ieee802.3-c22" is the default. So this is not wrong, but it should not be required. Andrew