On Tue, Jul 9, 2019 at 6:16 PM Florian Fainelli <f.faine...@gmail.com> wrote: > > On Wed, 3 Jul 2019 15:22:45 +0200, Arnd Bergmann <a...@arndb.de> wrote: > > The mdio-bus-mux has no #address-cells/#size-cells property, > > which causes a few dtc warnings: > > > > arch/arm/boot/dts/bcm47094-linksys-panamera.dts:129.4-18: Warning > > (reg_format): /mdio-bus-mux/mdio@200:reg: property has invalid length (4 > > bytes) (#address-cells == 2, #size-cells == 1) > > arch/arm/boot/dts/bcm47094-linksys-panamera.dtb: Warning > > (pci_device_bus_num): Failed prerequisite 'reg_format' > > arch/arm/boot/dts/bcm47094-linksys-panamera.dtb: Warning (i2c_bus_reg): > > Failed prerequisite 'reg_format' > > arch/arm/boot/dts/bcm47094-linksys-panamera.dtb: Warning (spi_bus_reg): > > Failed prerequisite 'reg_format' > > arch/arm/boot/dts/bcm47094-linksys-panamera.dts:128.22-132.5: Warning > > (avoid_default_addr_size): /mdio-bus-mux/mdio@200: Relying on default > > #address-cells value > > arch/arm/boot/dts/bcm47094-linksys-panamera.dts:128.22-132.5: Warning > > (avoid_default_addr_size): /mdio-bus-mux/mdio@200: Relying on default > > #size-cells value > > > > Add the normal cell numbers. > > > > Fixes: 2bebdfcdcd0f ("ARM: dts: BCM5301X: Add support for Linksys EA9500") > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > > --- > > Applied to devicetree/fixes, thanks!
I just noticed this never made it into linux-next or the merge window. Did it get dropped by accident? Arnd