From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
NXP Linux Team <linux-imx@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/1] nvmem: imx-ocotp: Fix MAC address reversal for i.MX6/7 derivates
Date: Thu, 04 May 2023 08:05:04 +0200 [thread overview]
Message-ID: <2882062.e9J7NaK4W3@steina-w> (raw)
In-Reply-To: <170fc93b-b660-ec7b-7ceb-070651dfb02f@pengutronix.de>
Hello Ahmad,
Am Mittwoch, 3. Mai 2023, 16:24:13 CEST schrieb Ahmad Fatoum:
> Hello Alexander,
>
> On 03.05.23 16:16, Alexander Stein wrote:
> > Not just i.MX8M, but all i.MX6/7 (and subtypes) need to reverse the
> > MAC address read from fuses. Exceptions are i.MX6SLL and i.MX7ULP which
> > do not support ethernet at all.
>
> Can't we just drop the reverse_mac_address member then and make
> reversing the default for mac-address?
That's a nice idea. Thanks
Regards
Alexander
> Cheers,
> Ahmad
>
> > Fixes: d0221a780cbc ("nvmem: imx-ocotp: add support for post processing")
> > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> > ---
> > Looking at [1] reading MAC address from fuses in u-boot is the same for
> > all i.MX. Only difference is one or two MAC addresses.
> > I hit the problem on TQMa6Q (i.MX6Q) and could test this patch. For the
> > others I checked which have ethernet on NXP page.
> >
> > [1]
> > https://elixir.bootlin.com/u-boot/v2023.07-rc1/source/arch/arm/mach-imx/m
> > ac.c>
> > drivers/nvmem/imx-ocotp.c | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/drivers/nvmem/imx-ocotp.c b/drivers/nvmem/imx-ocotp.c
> > index ac0edb6398f1..93628cd756ec 100644
> > --- a/drivers/nvmem/imx-ocotp.c
> > +++ b/drivers/nvmem/imx-ocotp.c
> > @@ -490,6 +490,7 @@ static const struct ocotp_params imx6q_params = {
> >
> > .bank_address_words = 0,
> > .set_timing = imx_ocotp_set_imx6_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx6sl_params = {
> >
> > @@ -497,6 +498,7 @@ static const struct ocotp_params imx6sl_params = {
> >
> > .bank_address_words = 0,
> > .set_timing = imx_ocotp_set_imx6_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx6sll_params = {
> >
> > @@ -511,6 +513,7 @@ static const struct ocotp_params imx6sx_params = {
> >
> > .bank_address_words = 0,
> > .set_timing = imx_ocotp_set_imx6_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx6ul_params = {
> >
> > @@ -518,6 +521,7 @@ static const struct ocotp_params imx6ul_params = {
> >
> > .bank_address_words = 0,
> > .set_timing = imx_ocotp_set_imx6_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx6ull_params = {
> >
> > @@ -525,6 +529,7 @@ static const struct ocotp_params imx6ull_params = {
> >
> > .bank_address_words = 0,
> > .set_timing = imx_ocotp_set_imx6_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx7d_params = {
> >
> > @@ -532,6 +537,7 @@ static const struct ocotp_params imx7d_params = {
> >
> > .bank_address_words = 4,
> > .set_timing = imx_ocotp_set_imx7_timing,
> > .ctrl = IMX_OCOTP_BM_CTRL_DEFAULT,
> >
> > + .reverse_mac_address = true,
> >
> > };
> >
> > static const struct ocotp_params imx7ulp_params = {
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2023-05-04 6:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-03 14:16 [PATCH 1/1] nvmem: imx-ocotp: Fix MAC address reversal for i.MX6/7 derivates Alexander Stein
2023-05-03 14:24 ` Ahmad Fatoum
2023-05-04 6:05 ` Alexander Stein [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2882062.e9J7NaK4W3@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=a.fatoum@pengutronix.de \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox