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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 79837C00140 for ; Wed, 10 Aug 2022 18:11:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E4C6E84889; Wed, 10 Aug 2022 20:11:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="coTN6lHV"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 06D1884883; Wed, 10 Aug 2022 20:11:25 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 49CE684889 for ; Wed, 10 Aug 2022 20:11:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 156126141B; Wed, 10 Aug 2022 18:11:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 086D4C433C1; Wed, 10 Aug 2022 18:11:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660155079; bh=yFZVCqSqbqlkxn4eYSS0YGKmWGr/Eg7ZuUZwCDAIjtk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=coTN6lHVn0VnWNHf/mW1iVQyHKlDVgiNZuK9Tq2qlva0M2HncNLgTwrCdh9/NxzCa hwn4UBmX7UB8VL3sd08rOZlBu803QM/u9VCaQ3kvdaUQXKf0Vs++03JA0UF68+DHTo cUAktfnQBxE55qZ2VCVstsfBiDr/axJ3xCfSxKV28x7W5Dq66txQs91QL3INu4Nd36 KjjrYsMsJ11tA5/D05inobSdK8bWQK2XIwUb50KOaZj52qsATnlXTrsLNhXUJuRlAz bx4P5RBWXFXliXGGt4g32iwggsMm3l/w6tlFNowaZE6JrndgSmlIEpsTkDfTl9AKwc inTHoqVXO8gmw== Date: Wed, 10 Aug 2022 20:11:12 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH] arm: mvebu: turris_mox: Set "sfp" label in eth1 DT node when only Mox SFP is detected Message-ID: <20220810201112.7deea723@thinkpad> In-Reply-To: <20220810105411.13577-1-pali@kernel.org> References: <20220810105411.13577-1-pali@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Wed, 10 Aug 2022 12:54:11 +0200 Pali Roh=C3=A1r wrote: > When Mox SFP module is connected after Topaz or Peridot module then port = DT > node already contains "sfp" label. But Mox SFP module can be connected al= so > without Topaz or Peridot module in which case it is connected directly in= to > he eth1 DT node, which is without any label. So add "sfp" label into eth1 > DT node in this case. >=20 > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn