| Message ID | 20230720215935.107398-1-rogerq@kernel.org |
|---|---|
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=nz+QLt7q; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4R6RSH5jfWz1yYC for <incoming@patchwork.ozlabs.org>; Fri, 21 Jul 2023 07:59:58 +1000 (AEST) 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) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 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 <u-boot@lists.denx.de>; 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 <rogerq@kernel.org> 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 <rogerq@kernel.org> 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 <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <https://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean |
| Series |
net: ti: am65-cpsw-nuss: Drop custom property "mac_efuse"
|
expand
|
Hi, On Fri, Jul 21, 2023 at 12:59:33AM +0300, Roger Quadros wrote: > 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". On a SK-AM62: Reviewed-by: Maxime Ripard <mripard@kernel.org> Tested-by: Maxime Ripard <mripard@kernel.org> Thanks! Maxime