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 25A9DC6379F for ; Mon, 6 Feb 2023 13:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229811AbjBFNbV (ORCPT ); Mon, 6 Feb 2023 08:31:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229839AbjBFNbO (ORCPT ); Mon, 6 Feb 2023 08:31:14 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF219241CC; Mon, 6 Feb 2023 05:31:11 -0800 (PST) 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=EL+eliTSYThwoQEr1IlZuxjX4Q7b2kGWenFUilH/GhM=; b=3GvKuJgyWl1LcjEwyZpd0wRPik ag4FUOjYiwQ/ukipHWckzE6bU3Y6ZYve174t8NGoCcEcEMbL8TiNz+8Z/CMmFCu1UUqnTjZW0G75J BtIIpL2D2ZFpfnn/fHZKZn1AEnb5ofwTpG/n07ZhIKns0fApE91DszLjBdaebHEoPz1Q=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pP1aQ-004CmF-3g; Mon, 06 Feb 2023 14:31:10 +0100 Date: Mon, 6 Feb 2023 14:31:10 +0100 From: Andrew Lunn To: Horatiu Vultur Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, michael@walle.cc Subject: Re: [PATCH net-next v3 2/2] dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 Message-ID: References: <20230206082302.958826-1-horatiu.vultur@microchip.com> <20230206082302.958826-3-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230206082302.958826-3-horatiu.vultur@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2023 at 09:23:02AM +0100, Horatiu Vultur wrote: > The lan8841 has the same bindings as ksz9131, so just reuse the entire > section of ksz9131. > > Signed-off-by: Horatiu Vultur Reviewed-by: Andrew Lunn Andrew