On 24/11/2024 17:29, Sasha Levin wrote: > Hi Rob, > > On Mon, Nov 18, 2024 at 03:07:30PM -0600, Rob Herring wrote: >> of: WARN on deprecated #address-cells/#size-cells handling > > With the commit above, I've started seeing boot warnings on a few And same boards do not report problems on the next? > platforms that KernelCI is testing. One example is: > > [ 0.047792] ------------[ cut here ]------------ > [ 0.047803] Missing '#address-cells' in /firmware > [ 0.047873] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:106 of_bus_n_addr_cells+0x90/0xf0 > [ 0.047900] Modules linked in: > [ 0.047917] CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.12.0 #1 933ab9971ff4d5dc58cb378a96f64c7f72e3454d > [ 0.047935] Hardware name: Google juniper sku16 board (DT) If this is mt8183-kukui-jacuzzi-juniper-sku16.dts, then it looks like bootloader adds /firmware node with missing address/size-cells. Is bootloader updateable there? The dtc reports this as warning for almost 20 years, so I assume the bootloader is just junk or not using dtc. +Cc Mediatek maintainers as it seems their board. Best regards, Krzysztof