Re: [U-Boot] [PATCH 4/7] fix incorrect usage of DT node unit address in comments

2017-12-19 Thread sjg
On 3 December 2017 at 19:05, Andre Przywara wrote: > 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 no

Re: [U-Boot] [PATCH 4/7] fix incorrect usage of DT node unit address in comments

2017-12-18 Thread Simon Glass
On 3 December 2017 at 19:05, Andre Przywara wrote: > 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 no