ARM: dts: exynos: Override thermal by label in Exynos4210
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 30 Aug 2020 13:51:43 +0000 (15:51 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Sep 2020 15:43:48 +0000 (17:43 +0200)
commit1708f56081e239a29ed8646aa7fde6853235d93f
treec1a59ac6fe5b045a2fbb5478e76310cb958aea61
parenta51e695cafc74700586f7b6fc9953707d2ff24e4
ARM: dts: exynos: Override thermal by label in Exynos4210

Using full paths to extend or override a device tree node is error prone
since if there was a typo error, a new node will be created instead of
extending the node as it was desired.  This will lead to run-time errors
that could be hard to detect.

A mistyped label on the other hand, will cause a dtc compile error
(during build time).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-16-krzk@kernel.org
arch/arm/boot/dts/exynos4210.dtsi