]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc3250-phy3250: replace deprecated at25 properties with new ones
authorFrank Li <Frank.Li@nxp.com>
Fri, 14 Nov 2025 17:47:10 +0000 (12:47 -0500)
committerVladimir Zapolskiy <vz@mleia.com>
Thu, 25 Dec 2025 20:10:16 +0000 (22:10 +0200)
Replace deprecated at25 properties with the required properties (size,
address-width and pagesize), which duplicate the removed properties.

Fix below CHECK_DTB warning:
  arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dtb: at25@0 (atmel,at25): 'pagesize' is a required property
  arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dtb: at25@0 (atmel,at25): $nodename: 'anyOf' conditional failed, one must be fixed:

Signed-off-by: Frank Li <Frank.Li@nxp.com>
[vzapolskiy: squashed two changes from the series and updated commit message]
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts

index 147ce360c4ea28924af67acf82d96dbdc77af609..0f96ea0337a1f15e59d4139f2a07ab035af47063 100644 (file)
                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>;
        };
 };