Re: [PATCH v2 5/5] ARM: dts: lpc3250-phy3250: remove deprecated at25* property

From: Vladimir Zapolskiy

Date: Fri Nov 14 2025 - 19:23:52 EST


On 11/14/25 19:47, Frank Li wrote:
Remove duplicated deprecated at25* property because the same common
property already were added.

Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
changes in v2
- new patch
---
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts b/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
index 15463a96938cc..0f96ea0337a1f 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
+++ b/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
@@ -213,10 +213,6 @@ eeprom: eeprom@0 {
pl022,wait-state = <0>;
pl022,duplex = <0>;
- at25,byte-len = <0x8000>;
- at25,addr-mode = <2>;
- at25,page-size = <64>;
-
size = <0x8000>;
address-width = <16>;
pagesize = <64>;

Just squash this change with the 3/5 from the series, or I can do it on
patch application.

My ask about splitting the changes was about a separation of the 4/5 change,
and it was done as expected, thank you.

--
Best wishes,
Vladimir