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 92233EB64DA for ; Thu, 20 Jul 2023 21:59:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 369CB867B2; Thu, 20 Jul 2023 23:59:50 +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="nz+QLt7q"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9F90A86751; Thu, 20 Jul 2023 23:59:48 +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 81468856A7 for ; Thu, 20 Jul 2023 23:59:46 +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 37E2A61BEF; Thu, 20 Jul 2023 21:59:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D648AC433C7; Thu, 20 Jul 2023 21:59:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689890383; bh=/IlPsKhRAVWcbQ6Kvxu8EG/JRu4bvkJCV1tAsbblbvc=; h=From:To:Cc:Subject:Date:From; b=nz+QLt7q16TM1d9J1tj2UfEL6OxBun3jsJz6VenlIu25Rl+HMCpf1Vfs+nh5jIhFi wur6XoZf/8zci49YTe/0PLCm7mj/FAXAHSylb1/k/eNp+HfRzLWDpy50pciYQ+TPHi +rCCrx3sK/5F4RQhGRB+FDwp96kuNvAqhF+E/S8u6z7M+D1UMOzsRWO4A9XjQZEcWG 1tJ6k5CxrSMgtx+sp/kY+CrnBa5V8os7kjZ1oA9eAH1JRbxKbsJoL7w9L858HEtiFi OL4m7rq6L3jMzuRjcgxiVq2oOecRnR45h1aQ44X0zJUZ88ylvmxXZfhMuHX/IjT0HB QA77eqMvxNGBw== 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: [PATCH 0/2] net: ti: am65-cpsw-nuss: Drop custom property "mac_efuse" Date: Fri, 21 Jul 2023 00:59:33 +0300 Message-Id: <20230720215935.107398-1-rogerq@kernel.org> X-Mailer: git-send-email 2.34.1 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 Hi, We need to track the Device tree in Linux. The approved property for MAC address EFUSE is "ti,syscon-efuse". Use that and drop custom property "mac_efuse". cheers, -roger Roger Quadros (2): net: ti: am65-cpsw-nuss: Use approved property to get efuse address arm: dts: k3-am625-sk-u-boot.dtsi: drop mac_efuse arch/arm/dts/k3-am625-sk-u-boot.dtsi | 3 -- configs/am62x_evm_a53_defconfig | 1 + drivers/net/ti/am65-cpsw-nuss.c | 52 +++++++++++++++++++--------- 3 files changed, 37 insertions(+), 19 deletions(-) -- 2.34.1