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 8E7C5C43334 for ; Tue, 14 Jun 2022 13:05:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E4F3384308; Tue, 14 Jun 2022 15:05:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de 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=fris.de header.i=@fris.de header.b="vh9dvBc7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4B850842DB; Tue, 14 Jun 2022 15:05:02 +0200 (CEST) Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B182584304 for ; Tue, 14 Jun 2022 15:04:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=frieder@fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D8E1AC00BE; Tue, 14 Jun 2022 15:04:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1655211898; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=zAl7Dyu611PF2ykitbBOan6NAY0CwlqbIe1tgUqQEDA=; b=vh9dvBc7K0j5whxWvIJoeeaNrysCWeuWIPAzrZPuLhFDPqWxpJ1SrBen0l5ozLjFkX5MlX JDoDLJ5MU8ANVM11oEQIaQ4ipL1T7Mrg4ZL6iDSqLT+dXea06+UoqBMrOud1ayE/OkSv4N awp81j92yf9fX64aU4xuEvBiOV1MlBaRDT3b6KNDK1p4HBCRKce65Lv5tLH9hPZu0zjuTa hvLYvGp47n6TRiVxfcYVEjSZMlw4swaDgK8+Kwiia+mwjimgLJ5EuZZsQSQyLSJnbKleW0 s90Z1z0R5Yl1SVo4mXmCpiZrmJKxmaq6ILY5PoM0f0NxEPTTdT7F6DUHqNZRiA== From: Frieder Schrempf To: Fabio Estevam , Frieder Schrempf , Stefano Babic , u-boot@lists.denx.de Cc: Heiko Thiery , Adam Ford , Fabio Estevam , "NXP i.MX U-Boot Team" , Peng Fan Subject: [PATCH 2/2] imx: kontron-sl-mx8mm: Remove deprecated phy-mode property Date: Tue, 14 Jun 2022 15:03:19 +0200 Message-Id: <20220614130320.332422-2-frieder@fris.de> In-Reply-To: <20220614130320.332422-1-frieder@fris.de> References: <20220614130320.332422-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 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.5 at phobos.denx.de X-Virus-Status: Clean From: Frieder Schrempf This was previously needed, but U-Boot is now capable of parsing the new "phy-connection-type" property that is already used in the main devicetree. Signed-off-by: Frieder Schrempf --- arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi b/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi index 6fdc1968158..2c62f05cec1 100644 --- a/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi @@ -41,10 +41,6 @@ u-boot,dm-spl; }; -&fec1 { - phy-mode = "rgmii-rxid"; -}; - &i2c1 { u-boot,dm-spl; u-boot,dm-pre-reloc; -- 2.36.1