[PATCH RFC 00/16] Eliminate warnings for AST2500 and AST2600 EVB devicetrees

Andrew Jeffery andrew at codeconstruct.com.au
Sat Dec 13 10:05:43 AEDT 2025


Hi Rob,

On Fri, 2025-12-12 at 09:06 -0600, Rob Herring wrote:
> 
> Don't you see warnings for at25:
> 
>      89 (atmel,at25): 'size' is a required property
>      89 (atmel,at25): 'pagesize' is a required property
>      89 (atmel,at25): 'address-width' is a required property
> 
> These are due to using the deprecated (since 2012) at25,byte-len, 
> at25,addr-mode, and at25,page-size properties. I think it has been long 
> enough you can just replace them with the new ones.

I don't see them, no. The series targets only the aspeed/aspeed-
ast2{5,6}00-evb.dts files, and neither of them contain at25 nodes. grep
suggests its only IBM platforms:

   > git grep -l at2 ../arch/arm/boot/dts/aspeed/*.dts*
   ../arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-everest.dts
   ../arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts
   ../arch/arm/boot/dts/aspeed/ibm-power10-dual.dtsi
   ../arch/arm/boot/dts/aspeed/ibm-power10-quad.dtsi
   ../arch/arm/boot/dts/aspeed/ibm-power11-dual.dtsi
   ../arch/arm/boot/dts/aspeed/ibm-power11-quad.dtsi
   >

Once I've got the pieces of this series merged I'll encourage platform
owners to start cleaning up their own devicetrees on the basis that
there are no longer warnings that aren't their problem.

Thanks for your feedback so far!

Andrew


More information about the Linux-aspeed mailing list