RE: [PATCH v2] ARM: dts: aspeed: anacapa: Add retimer EEPROMs
From: Chen, Dirk
Date: Thu Feb 19 2026 - 10:56:50 EST
[AMD Official Use Only - AMD Internal Distribution Only]
Hi Andrew,
> + eeprom@50 {
> Please order these nodes by ascending address. The node currently above this one is i2c-mux@70 - eeprom@50 should go before it.
> https://docs.kernel.org/devicetree/bindings/dts-coding-style.html#order-of-nodes
Thanks for the reminder.
I've reordered the nodes by ascending address in v3.
> + compatible = "atmel,24c2048";
> + reg = <0x50>;
> + pagesize = <128>;
> + };
> };
> + eeprom@50 {
> Same for this one.
Fixed in v3 as well.
Best regards.
Dirk