ARM: dts: mvebu: fix reference to a390 spi controller
authorArnd Bergmann <arnd@arndb.de>
Fri, 26 Aug 2016 15:38:54 +0000 (17:38 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 29 Aug 2016 09:26:11 +0000 (11:26 +0200)
commita305cc2fce217510dd255356d783e2c01cbc3a8f
treedfaa9b614432d6b8c32a692815eed6f185ae9a1b
parent4c0437d03519c0e32ee3aceda63a7087c9bc1022
ARM: dts: mvebu: fix reference to a390 spi controller

The SPI controller in the arch/arm/boot/dts/armada-39x.dtsi file has moved
to a different location in the hierarchy, which breaks the overrides
in the board specific file:

Warning (reg_format): "reg" property in /soc/internal-regs/spi@10680/spi-flash@1 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/internal-regs/spi@10680/spi-flash@1

This changes the board to reference the spi controller by its label
(which has not changed) rather than the full path.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 0160a4b68987 ("ARM: dts: mvebu: A37x/XP/38x/39x: Move SPI controller nodes into 'soc' node")
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-390-db.dts
This page took 0.02586 seconds and 5 git commands to generate.