]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ARM: dts: exynos: Override thermal by label in Exynos5250
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 1 Sep 2020 07:54:11 +0000 (09:54 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 3 Sep 2020 20:47:20 +0000 (22:47 +0200)
commit7e86ef5cc89609cbad8b9dd2f476789c638dbb92
tree44f51315f350a969af9b8858fcecd0dea57ecc01
parent9e7fe41778c6644fd8d5e43dc59daad8ad66e9a8
ARM: dts: exynos: Override thermal by label in Exynos5250

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/20200901075417.22481-8-krzk@kernel.org
arch/arm/boot/dts/exynos5250.dtsi