ARM: dts: exynos: Override thermal by label in Midas
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 30 Aug 2020 13:51:53 +0000 (15:51 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Sep 2020 15:46:28 +0000 (17:46 +0200)
commite4cf0a4dba7f0bd579dc96f24d8e6134995005c5
treee2cd21881176a39ba1a9a3790514e9a393e38bcf
parenteeb62f3d1d33f8b6ccb889d8cf9376cc72cab7b0
ARM: dts: exynos: Override thermal by label in Midas

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-26-krzk@kernel.org
arch/arm/boot/dts/exynos4412-midas.dtsi