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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C82E0C6FA86 for ; Tue, 27 Sep 2022 18:53:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229959AbiI0SxF (ORCPT ); Tue, 27 Sep 2022 14:53:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229898AbiI0SxD (ORCPT ); Tue, 27 Sep 2022 14:53:03 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80FF01D1A5B; Tue, 27 Sep 2022 11:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=PCjpbUZ+QNg2igyzFeDQgvZAR1MUdCMp61q0QjLtfQg=; b=nzX7un22W+2I2cYWxzR2Q8hKUh EuM3Yfvz39SLw7oosYorc+3gbY//PIu2H0BE7e/2RvE02AA0MsFYi89oVvNpSQ0sFiIT60hRr+whc 1rtT+ChPDB1WG8wIM6pk0qcu7OfXss3OlB3WAHo+smhzoeMVljEndhl9q93LbV7W9evY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1odFhG-000R5P-SC; Tue, 27 Sep 2022 20:52:46 +0200 Date: Tue, 27 Sep 2022 20:52:46 +0200 From: Andrew Lunn To: Jerry Ray Cc: Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next][PATCH v2] dt-bindings: dsa: lan9303: Add lan9303 yaml Message-ID: References: <20220927175145.32265-1-jerry.ray@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927175145.32265-1-jerry.ray@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > + compatible = "smsc,lan9303-mdio"; > + dsa,member = <0 0>; > + reg = <0>; > + ethernet-ports { > + #address-cells = <1>; > + #size-cells = <0>; > + port@0 { > + reg = <0>; > + phy-mode = "rmii"; > + ethernet = <ðernet>; > + label = "cpu"; The cpu label is never used, and i think Vladimir has been removing them from bindings and DT blobs. So your example probably should not have it. Andrew