On 20-04-17, 11:14, Viresh Kumar wrote:
Compiling the DT file with W=1, DTC warns like follows:
Warning (unit_address_vs_reg): Node /opp_table0/opp@1000000000 has a unit name, but no reg property
Fix this by replacing '@' with '-' as the OPP nodes will never have a "reg" property.
This has been sent separately as a single patch earlier, and Olof suggested to split it per-platform and get it merged via platform specific trees. Please get these applied to your trees guys and the rest can go via arm-soc.
This is based over 4.11-rc7 and there are no conflicts apart from sun8i. All the other maintainers can apply their platform specific patches from this series only.
Thanks.