From: Wadim Egorov <w.egorov@phytec.de>
To: Fabio Estevam <festevam@gmail.com>,
Christoph Stoidner <c.stoidner@phytec.de>
Cc: <u-boot@lists.denx.de>, <upstream@lists.phytec.de>,
Mathieu Othacehe <m.othacehe@gmail.com>,
Stefano Babic <sbabic@denx.de>,
NXP i.MX U-Boot Team <uboot-imx@nxp.com>,
Tom Rini <trini@konsulko.com>, Yannic Moog <y.moog@phytec.de>,
Primoz Fiser <primoz.fiser@norik.com>,
Andrej Picej <andrej.picej@norik.com>
Subject: Re: [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection
Date: Wed, 13 Nov 2024 20:50:04 +0100 [thread overview]
Message-ID: <cb26ccde-f10f-4f8f-8a92-2e44e272f538@phytec.de> (raw)
In-Reply-To: <CAOMZO5App0zamP_zcMLEH2ih9=q25VfGEi6k2agoVDAQ2Kwirw@mail.gmail.com>
Am 13.11.24 um 19:29 schrieb Fabio Estevam:
> On Wed, Nov 13, 2024 at 1:16 PM Christoph Stoidner <c.stoidner@phytec.de> wrote:
>
>> +
>> + eeprom@50 {
>> + bootph-pre-ram;
>> + bootph-some-ram;
>> + compatible = "atmel,24c32";
>> + reg = <0x50>;
>> + pagesize = <32>;
>> + vcc-supply = <&buck4>;
>> + };
>> +
>> + eepromid@58 {
>> + bootph-pre-ram;
>> + bootph-some-ram;
>> + compatible = "atmel,24c32";
>> + pagesize = <32>;
>> + reg = <0x58>;
>> + size = <32>;
>> + vcc-supply = <&buck4>;
>> + };
>
> It is OK to place this in imx93-phyboard-segin-u-boot.dtsi for now,
> but I assume this will also be sent upstream.
>
> Please confirm.
Agree, we should add the EEPROM nodes to the Linux device tree.
next prev parent reply other threads:[~2024-11-13 19:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 16:00 [PATCH v2 0/3] Add support for all variants of the phyCORE-i.MX93 SOM Christoph Stoidner
2024-11-13 16:00 ` [PATCH v2 1/3] board: phytec: phycore-imx93: Add 2GB LPDDR4X RAM timings Christoph Stoidner
2024-11-13 16:00 ` [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection Christoph Stoidner
2024-11-13 18:29 ` Fabio Estevam
2024-11-13 19:50 ` Wadim Egorov [this message]
2024-11-14 11:31 ` Christoph Stoidner
2024-11-13 19:42 ` Wadim Egorov
2024-11-14 15:21 ` Christoph Stoidner
2024-11-14 6:30 ` Yannic Moog
2024-11-19 16:45 ` Christoph Stoidner
2024-11-20 8:08 ` Yannic Moog
2024-11-14 8:37 ` Primoz Fiser
2024-11-19 9:35 ` Christoph Stoidner
2024-11-13 16:00 ` [PATCH v2 3/3] board: phytec: imx93: Add phyCORE-i.MX 93 support for all SOM variants Christoph Stoidner
2024-11-13 19:17 ` Wadim Egorov
2024-11-14 6:37 ` Yannic Moog
2024-11-14 11:48 ` Christoph Stoidner
2024-11-14 13:27 ` Yannic Moog
2024-11-14 13:46 ` Wadim Egorov
2024-11-19 9:44 ` Christoph Stoidner
2024-11-14 8:39 ` Primoz Fiser
2024-11-19 9:32 ` Christoph Stoidner
2024-11-13 19:47 ` [Upstream] [PATCH v2 0/3] Add support for all variants of the phyCORE-i.MX93 SOM Wadim Egorov
2024-11-14 12:08 ` Christoph Stoidner
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=cb26ccde-f10f-4f8f-8a92-2e44e272f538@phytec.de \
--to=w.egorov@phytec.de \
--cc=andrej.picej@norik.com \
--cc=c.stoidner@phytec.de \
--cc=festevam@gmail.com \
--cc=m.othacehe@gmail.com \
--cc=primoz.fiser@norik.com \
--cc=sbabic@denx.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=upstream@lists.phytec.de \
--cc=y.moog@phytec.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.