commit | eb631d7fb008201ce29200a649b0397c2f8536d2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Sep 13 10:45:49 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue Sep 27 09:11:01 2016 -0700 |
tree | c9da2260c61a57df99ddf9aea0d0b2f172da6f96 | |
parent | 6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d [diff] |
ARM: tegra: remove "0, " from DT unit addresses Apparently the unit address in a DT node name is now supposed to be a single integer value, rather than a comma-separated list of individual cell values. Fix the U-Boot DTs to comply with this naming convention. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>