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 32144C433EF for ; Fri, 1 Apr 2022 14:28:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5A5CB84250; Fri, 1 Apr 2022 16:28:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="mXuT2p0l"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7025C842A9; Fri, 1 Apr 2022 16:28:22 +0200 (CEST) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7F1BC800C2 for ; Fri, 1 Apr 2022 16:28:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82b.google.com with SMTP id b18so2247229qtk.13 for ; Fri, 01 Apr 2022 07:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=OL8V5maBS7Ul5vTBnaNa2qnZ+ynNM8F/mjUblFQzyyE=; b=mXuT2p0lRq5eZQ/X9ofXZqJ+xjB2onZXJJRTWxwWa7n7jPvStlNacZ5+PqYKD8nwHt sU1s8F9rnUARKzRCa9c9op7FvyjsbA7B4r7tdp0LW6BkFrtOeDCk0cMCPpZGwSjjcmYx 1xSRoy2NMa4mK8+vRMlbzfwTwkKr2z1ptK4nc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=OL8V5maBS7Ul5vTBnaNa2qnZ+ynNM8F/mjUblFQzyyE=; b=i/2W3QcN3Z5fMPCekpOMsbSCq8N/SXdHTgT0vDo0Y+lG5OnWYt1uJS8PcZyj+nphR5 auKIlwcdRDQKHzqQpL/yzQzVTG/V9+Kg0OdxTroMSVNvIB5ftilmoRJf2uPWM7m1AbwM gCp7GRwhVF2fFMrY0XUoHgVTnhoVJLCHxB8ym1ne0camOzc5W5LskGHtJA3i1ckz3b6s 3Mr2i6MuE0K5U1+M9lyIELYNvKRXXhgRqQCaw8EtpkCYnXEIym+UqbOxBCxPFapIBWz9 udJtCS+wbVM7+OgJIAU/5tfqmF60BfOh+NThkJhsw5DBVMKlRCBNOYG2qirnSK99NtHz WLPw== X-Gm-Message-State: AOAM533uVUnI+LhbJpxyZAzoHmkOTnk2GANINfj0B+YbZKSe3/P9bQcH dXpZ5Bwc0g9QuTU4YyIdX8Aj3A== X-Google-Smtp-Source: ABdhPJzxs25Fw20pgyXx2ngMp/hnhkY0gugkEmxZkxXljoX24pvw03V5I8omsGV3Wf/vTkW2jimMZw== X-Received: by 2002:a05:622a:1452:b0:2e1:a12b:ef6 with SMTP id v18-20020a05622a145200b002e1a12b0ef6mr8571537qtx.579.1648823297268; Fri, 01 Apr 2022 07:28:17 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id j20-20020a37a014000000b0067b3a0c7d89sm1303083qke.38.2022.04.01.07.28.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Apr 2022 07:28:16 -0700 (PDT) Date: Fri, 1 Apr 2022 10:28:14 -0400 From: Tom Rini To: Francesco Dolcini Cc: u-boot@lists.denx.de, Fabio Estevam , "NXP i.MX U-Boot Team" , Stefano Babic Subject: Re: [PATCH] ARM: dts: colibri-imx6ull: fix mac address passing Message-ID: <20220401142814.GZ14476@bill-the-cat> References: <20210923075521.553577-1-francesco.dolcini@toradex.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1Rp7a2AgasIge6Lv" Content-Disposition: inline In-Reply-To: <20210923075521.553577-1-francesco.dolcini@toradex.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --1Rp7a2AgasIge6Lv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 23, 2021 at 09:55:21AM +0200, Francesco Dolcini wrote: > colibri-imx6ull ethernet device is fec2, while the optional secondary > ethernet is fec1, update the ethernet aliases in the .dts file so that > ethaddr is set to fec2 and eth1addr to fec1. >=20 > Without this change the ethernet interfaces have a different > mac address between Linux and U-Boot. >=20 > Signed-off-by: Francesco Dolcini > Reviewed-by: Fabio Estevam Applied to u-boot/master, thanks! --=20 Tom --1Rp7a2AgasIge6Lv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJHC/gACgkQFHw5/5Y0 tyxn0gwAt+ewM6pf/XdtzgTvRSWZebtaCnrmgYAAn2to0Ixqp89TD+Tfq/vx/7wj 9IsrBV7jJ1QsBVXCUuU+giUKPpO2qj7P8qeyE4Ir5wCJ1l3LIK+ij/1LcWuPBfYa YVcb2hmcFPE3NO34AXQsz/8VjP3HgMvHasKh5pBxJkpqIN3Hl6QwJNMHIrs9HPF8 POEI3wuCOf8i4Q8+EON90XEUcnya+/7xKBsWlINzO0Ax3/C6bZ2idv1cA0eDutTl XN+fiTXliVSmWmaEnnQBbhyiqwnR8Q1CSR3UMPRgghbwXa9MlfgJymvCoIuZyHlQ fGaXUZ6u9a+JW9POBXiBrsLKmuZ6XKyUN2MGUuMhbzPRtXOrf9vl9Qy1xQgL8R6m 8f1/iuWD64uxObNR1M0BG/zlFKykxrY/KXiZ8mvuW7/i4nLzalYgC2ofMPFgO+nW 4g6iCPA/Y/QX6I0XUwpD6OSouNS+KgTN9CcaPFPpSBVqNX7Lvl7DpHkpXCE1ps8r DOzIzIEm =Xn3u -----END PGP SIGNATURE----- --1Rp7a2AgasIge6Lv--