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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D5E0AC4167B for ; Wed, 6 Dec 2023 01:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MC4twXioojHB3ZwRIipe79bw+cZxAT+O5KKlhr2W7V8=; b=P3pmU2xh+uIQ7G IZoIJfOsL1iO2oKBxSrtM8fu/3rK7J2FQZrQS2JIOK7oI2PzDmbCXPMX9pSa6xhCXh06EABWs9/XW DPBCHURxcYArSWwrZ6SxZkYwQAxzU+NWWg2mbTD3q1/0WE3h7vVsCdhOFjP2bWHGe3zxXbbgTL8XO fFAv/2JnSRKWOAuW29BaYFFixNB11si+ner6Bh+RqeRkGS++0uHy7eEn/kiXWN2gDOQOOGs2+voTi dcscfYK/GyBtAWzqTmQ85H+7zCmboavYUGmC0DAK4CtzAfOtDjDC6qgsP+2QkgUeqe3Lni4sK8NA4 eVqxIKsdyCVTXdAKVI4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAgPU-008ljD-1o; Wed, 06 Dec 2023 01:09:08 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAgPS-008lic-0f for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 01:09:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7B387619EB; Wed, 6 Dec 2023 01:09:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33388C433C8; Wed, 6 Dec 2023 01:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701824945; bh=1RuIap8ds9itJHZkqQIqklwth6dtA7YB7p2kFWAEh4g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l+YzOmOLGSs72X/Mvt+ZHKrhc3VIQf1fPn7rNG5W4Vm6Hjf64yrWd+XiViZ4s7shY epSsusbiT1iSmRBtllfi+1auxlrDmEBpMMbu93nmnGqlKnOr/pUxx+mQBYNQ/cBFIm 7PcF/gsJb2dQ7HzLQ7YShM68q1lar1xiVcQnrCCqGRigCWUEpCbhICuvMk81CYu52s 2thQjX62urvdaWbZfCvJ57ssOfp8k8trxj7r/JaYQ6prB4fjwAkMJe2YG0az9tRdDj OP9pzcpdQsFqDF7DByyRCtrSOq4GRmBWipAOp21JBP078F2pg+eJJ+e+/IzBtS2kyA +QLpwV56LU+zg== Date: Wed, 6 Dec 2023 09:09:00 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, andrew@lunn.ch, f.fainelli@gmail.com, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8mp-debix-model-a: Use phy-mode Message-ID: <20231206010900.GS236001@dragon> References: <20231113230400.67256-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231113230400.67256-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_170906_289637_05DC70A4 X-CRM114-Status: GOOD ( 10.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 13, 2023 at 08:04:00PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The property 'phy-connection-type' can be used to describe the interface > type between the Ethernet device and the Ethernet PHY device. > > However, snps,dwmac.yaml gives the following warning: > > imx8mp-debix-model-a.dtb: ethernet@30bf0000: 'phy-mode' is a required property > from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml# > > To avoid the warning, switch to the more commonly used, 'phy-mode' > property instead. > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel