commit | b2267e8a22bd662fff00d3ba9751cfef5773a4b6 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 04 02:05:10 2017 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | 114121e8cb73ae391b816c6db92785902f1fc52b | |
parent | 971a54193c9a90a6651064c4a7879e3568e9e7b8 [diff] |
fix incorrect usage of DT node unit address in comments The DT spec demands a unit-address in a node name to match the "reg" property in that node. Newer dtc versions will throw warnings if this is not the case. Fix all occurences in the tree where node names were mentioned in comments, to not give bad examples to the reader. Signed-off-by: Andre Przywara <andre.przywara@arm.com>