commit | 6855520e94e6d56dfa78075c71f8d91f8924a14d | [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 | a66f7729f6d7c938328de1efe33b86392683c99d [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>