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 AFDF0C433ED for ; Tue, 20 Apr 2021 01:26:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8887C61026 for ; Tue, 20 Apr 2021 01:26:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233305AbhDTB0r (ORCPT ); Mon, 19 Apr 2021 21:26:47 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:59324 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233087AbhDTB0r (ORCPT ); Mon, 19 Apr 2021 21:26:47 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lYf9U-0001V5-DU; Tue, 20 Apr 2021 03:26:08 +0200 Date: Tue, 20 Apr 2021 03:26:08 +0200 From: Andrew Lunn To: Linus Walleij Cc: netdev@vger.kernel.org, "David S . Miller" , Jakub Kicinski , Zoltan HERPAI , Raylynn Knight , devicetree@vger.kernel.org Subject: Re: [PATCH 1/3] net: ethernet: ixp4xx: Add DT bindings Message-ID: References: <20210419225133.2005360-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210419225133.2005360-1-linus.walleij@linaro.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > + mdio { > + #address-cells = <1>; > + #size-cells = <0>; > + phy1: phy@1 { > + #phy-cells = <0>; Hi Linus phy-cells is not part of the Ethernet PHY binding. Andrew