[PATCH 4/5] ARM: dts: lpc3250-phy3250: add at25 required properties
Frank Li
Frank.Li at nxp.com
Wed Oct 29 13:28:00 PDT 2025
Add at25 required properties (size, address-width and pagesize), which
duplicate deprecated properties.
Change nodename 'at25' to 'eeprom'.
Fix below CHECK_DTB warning:
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dtb: at25 at 0 (atmel,at25): 'pagesize' is a required property
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dtb: at25 at 0 (atmel,at25): $nodename: 'anyOf' conditional failed, one must be fixed:
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts b/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
index 21a6d0bca1e8a..15463a96938cc 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
+++ b/arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dts
@@ -200,7 +200,7 @@ &ssp0 {
cs-gpios = <&gpio 3 5 0>;
status = "okay";
- eeprom: at25 at 0 {
+ eeprom: eeprom at 0 {
compatible = "atmel,at25";
reg = <0>;
spi-max-frequency = <5000000>;
@@ -216,6 +216,10 @@ eeprom: at25 at 0 {
at25,byte-len = <0x8000>;
at25,addr-mode = <2>;
at25,page-size = <64>;
+
+ size = <0x8000>;
+ address-width = <16>;
+ pagesize = <64>;
};
};
--
2.34.1
More information about the linux-arm-kernel
mailing list