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 6C38DC001DC for ; Sat, 22 Jul 2023 19:32:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 521F986612; Sat, 22 Jul 2023 21:32:19 +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="dXaK9oYc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1E554865D9; Sat, 22 Jul 2023 21:32:16 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 E9F81860AC for ; Sat, 22 Jul 2023 21:32:13 +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=rogerq@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D17D360B96; Sat, 22 Jul 2023 19:32:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97560C433CD; Sat, 22 Jul 2023 19:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690054332; bh=1Bjl3Gy+1I0yRk9wd0xqgeIJHRDTgFt0Ga5OFZR4nGk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dXaK9oYcWz6E6K+7T2wXyQwXYyeyGVzOfeYJNHvOP3Ap8zzNu+JC81ia4DLcGONil sSqqa8sxTP5RZrpgGb5o0thCdLcwrkGv2zPkcHeyus4/EDGBG9jMzOU+ueRfMgbaTK XhkB56bjbKmF3sbvUMDBKgaRU7EcPeF6oyi8FVXjD6oM04Pv/weTGB0KzQUpJMWb7n PVnhaeJq/56N9Ys1W8Bh1xECXTMp3wmRJJ0kykyMVAwR5tPWFz8bhHCHLb+9qiErlO PSzBNyMhS1cbQb0y8ktHHMn1NTbPNDE5HTZyJV6z0OYobQZ7qI2TGPRXQJ5ZimxyvH 6WHSXaGOHve0g== From: Roger Quadros To: joe.hershberger@ni.com, nm@ti.com Cc: rfried.dev@gmail.com, r-gunasekaran@ti.com, s-vadapalli@ti.com, mripard@kernel.org, sjg@chromium.org, pbrobinson@gmail.com, srk@ti.com, u-boot@lists.denx.de, Roger Quadros Subject: [RFC PATCH v2 4/4] arm: dts: k3-am625-sk-u-boot.dtsi: drop cpsw-phy-sel property Date: Sat, 22 Jul 2023 22:31:51 +0300 Message-Id: <20230722193151.117345-5-rogerq@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230722193151.117345-1-rogerq@kernel.org> References: <20230722193151.117345-1-rogerq@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.8 at phobos.denx.de X-Virus-Status: Clean This was a custom property and we don't need it anymore. We are now using the standard property "phys" to get the PHY port control register. Signed-off-by: Roger Quadros --- arch/arm/dts/k3-am625-sk-u-boot.dtsi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi index 54fdabdb8e..d33c2fca3d 100644 --- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi @@ -128,14 +128,7 @@ }; &cpsw3g { - /delete-property/ ranges; bootph-pre-ram; - - cpsw-phy-sel@04044 { - compatible = "ti,am64-phy-gmii-sel"; - reg = <0x0 0x00104044 0x0 0x8>; - bootph-pre-ram; - }; }; &cpsw_port1 { -- 2.34.1