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 ED82AC00140 for ; Fri, 19 Aug 2022 00:24:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241414AbiHSAYS (ORCPT ); Thu, 18 Aug 2022 20:24:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232055AbiHSAYP (ORCPT ); Thu, 18 Aug 2022 20:24:15 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E614247BBC; Thu, 18 Aug 2022 17:24:12 -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=jLH6YWQQ7WbWgP+GZX/iGJObfxdNNHQ81Bnzw9oX6QQ=; b=35YXIN7s+tuX88jp/wIN2q/okR HgAoVpjhvJw8Vq30+pczP9ZhzMA85G48vf4NMbC3qDyjtj2iP5AMFgZn81k3BIsrg+UNetK3TSHNg Oc+8fbSZF3ErZS85vFwi9+EMPsRd9TRgCg9t5qfiqrZPdu06Gk+nFeCMwz2N8GWcZiBQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oOpnw-00DrJk-0P; Fri, 19 Aug 2022 02:24:04 +0200 Date: Fri, 19 Aug 2022 02:24:03 +0200 From: Andrew Lunn To: Michael Walle Cc: Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Jason Cooper , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ARM: dts: kirkwood: lsxl: remove first ethernet port Message-ID: References: <20220816001026.830127-1-michael@walle.cc> <20220816001026.830127-2-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220816001026.830127-2-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2022 at 02:10:25AM +0200, Michael Walle wrote: > Both the Linkstation LS-CHLv2 and the LS-XHL have only one ethernet > port. This has always been wrong, i.e. the board code used to set up > both ports, but the driver will play nice and return -ENODEV if the > assiciated PHY is not found. Nevertheless, it is wrong. Remove it. > > Fixes: 876e23333511 ("ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes") > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew