[PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection
Christoph Stoidner
C.Stoidner at phytec.de
Thu Nov 14 12:31:52 CET 2024
On Mi, 2024-11-13 at 15:29 -0300, Fabio Estevam wrote:
> On Wed, Nov 13, 2024 at 1:16 PM Christoph Stoidner
> <c.stoidner at phytec.de> wrote:
>
> > +
> > + eeprom at 50 {
> > + bootph-pre-ram;
> > + bootph-some-ram;
> > + compatible = "atmel,24c32";
> > + reg = <0x50>;
> > + pagesize = <32>;
> > + vcc-supply = <&buck4>;
> > + };
> > +
> > + eepromid at 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.
Thats true. I will upstream that into the linux device tree. And when
the dts is synced back here, I will remove it from the -u-boot.dtsi.
More information about the U-Boot
mailing list