ARM: dts: s3c24xx: override nodes by label
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 7 Sep 2020 18:33:10 +0000 (20:33 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 11 Sep 2020 14:37:42 +0000 (16:37 +0200)
commit9166c9f8aa12f9a939f97ef8dd0e489b8888273a
tree49508745459327c42fe4f2ff4037b5d308d5925c
parent83c968058d5da609f7e584d1262c6e177b9b5fd2
ARM: dts: s3c24xx: override nodes by label

Using full paths to extend or override a device tree node is error
prone.  If there was a typo error, a new node will be created instead of
extending the existing node.  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/20200907183313.29234-9-krzk@kernel.org
arch/arm/boot/dts/s3c2416.dtsi
arch/arm/boot/dts/s3c24xx.dtsi