powerpc/83xx: Fix missing #{address,size}-cells in mpc8313erdb.dts
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 5 Feb 2009 20:10:32 +0000 (23:10 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 6 Feb 2009 16:38:54 +0000 (10:38 -0600)
commit1f0d4d16d9d4ffa65438425d092f7061476b95b3
tree9ba05f5cf8f756309e20502bdde409b4409025b9
parente2a02ba6676cdc5ebec503b558838c08c7083c14
powerpc/83xx: Fix missing #{address,size}-cells in mpc8313erdb.dts

commit b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4 ("gianfar: Convert
gianfar to an of_platform_driver") introduced a child node for
the ethernet@25000 controller, but no address and size cells
specifiers were added, and that makes dtc unhappy:

DTC: dts->dtb  on file "arch/powerpc/boot/dts/mpc8313erdb.dts"
Warning (reg_format): "reg" property in /soc8313@e0000000/ethernet@25000/mdio@25520 has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc8313@e0000000/ethernet@25000/mdio@25520
Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc8313@e0000000/ethernet@25000/mdio@25520

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8313erdb.dts