commit | 15e26f6914e44a079fcc6b020624eacf3ebff7eb | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Mon Mar 08 18:09:37 2021 +0100 |
committer | Dinh Nguyen <dinguyen@kernel.org> | Tue Mar 30 05:51:29 2021 -0500 |
tree | 89af72c9667128619a14f8d0dd0cec9fc2ce91b5 | |
parent | fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 [diff] |
arm64: dts: intel: socfpga: override clocks 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> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>