ARM: dts: reference nodes to extend by phandles instead
Many device trees upstream have moved to memory@BASE_ADDRESS for the
memory node instead of a unit-name-less memory node. This has resulted
in breakage[1] in barebox, because some device trees feature an upstream
memory size that's not available in all variants and the barebox device
tree must override it, not create a second correct node next to the broken
one and risk of_add_memory allocating banks with bogus sizes.

To avoid this happening in future, to memory or to other nodes, extension
of nodes should happen via phandles throughout, because a phandle is assumed
to be more stable and if one is removed a compile error results instead
of creating a new node somewhere. For nodes lacking a phandle, we can
use the &{/path} syntax to declare an anonymous phandle that will fail
to compile when the upstream path changes. This is better than having
devices fail to boot at runtime.

[1]: 0d26ce1c11a1 ("ARM: Phytec phyFLEX i.MX6: delete wrong memory node")

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 414ba34 commit 7bbcfc85aa5d93f5729673d5c745fb753f39a78f
@Ahmad Fatoum Ahmad Fatoum authored on 18 Jun 2020
Sascha Hauer committed on 23 Jun 2020
Showing 24 changed files
View
arch/arm/dts/armada-370-mirabox-bb.dts
View
arch/arm/dts/armada-xp-lenovo-ix4-300d-bb.dts
View
arch/arm/dts/at91-microchip-ksz9477-evb.dts
View
arch/arm/dts/at91-sama5d27_giantboard.dts
View
arch/arm/dts/at91sam9263ek.dts
View
arch/arm/dts/at91sam9x5ek.dts
View
arch/arm/dts/dove-cubox-bb.dts
View
arch/arm/dts/fsl-ls1046a-rdb.dts
View
arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts
View
arch/arm/dts/imx53-guf-vincell-lt.dts
View
arch/arm/dts/imx53-guf-vincell.dts
View
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
View
arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
View
arch/arm/dts/imx6ul-litesom.dtsi
View
arch/arm/dts/kirkwood-guruplug-server-plus-bb.dts
View
arch/arm/dts/kirkwood-openblocks_a6-bb.dts
View
arch/arm/dts/kirkwood-topkick-bb.dts
View
arch/arm/dts/socfpga_arria10_achilles.dts
View
arch/arm/dts/stm32mp151.dtsi
View
arch/arm/dts/stm32mp157a-dk1.dtsi
View
arch/arm/dts/tegra124-jetson-tk1.dts
View
arch/arm/dts/versatile-pb.dts
View
arch/arm/dts/vf610-zii-cfu1.dts
View
arch/arm/dts/vf610-zii-dev-rev-b.dts