From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@rjwysocki.net (Rafael J. Wysocki) Date: Thu, 20 Apr 2017 00:06:03 +0200 Subject: [PATCH V3] PM / OPP: Use - instead of @ for DT entries In-Reply-To: <20170419142215.GA12105@localhost> References: <734c5d5a66ef8a5505f368fc68a8ab9c02d710f9.1492492253.git.viresh.kumar@linaro.org> <20170419142215.GA12105@localhost> Message-ID: <3142028.bncGUUQ4qB@aspire.rjw.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday, April 19, 2017 07:22:15 AM Olof Johansson wrote: > Hi Viresh, > > On Tue, Apr 18, 2017 at 10:44:50AM +0530, Viresh Kumar wrote: > > Compiling the DT file with W=1, DTC warns like follows: > > > > Warning (unit_address_vs_reg): Node /opp_table0/opp at 1000000000 has a > > unit name, but no reg property > > > > Fix this by replacing '@' with '-' as the OPP nodes will never have a > > "reg" property. > > > > Reported-by: Krzysztof Kozlowski > > Reported-by: Masahiro Yamada > > Suggested-by: Mark Rutland > > Signed-off-by: Viresh Kumar > > Acked-by: Maxime Ripard (sunxi) > > Reviewed-by: Chanwoo Choi > > Reviewed-by: Krzysztof Kozlowski > > Acked-by: Masahiro Yamada (uniphier) > > Acked-by: Rob Herring > > Acked-by: Tony Lindgren > > We've already turned down other patches that does this in a sweeping manner > like this, since they tend to be conflict prone with other DT changes. > > Please split per platform and merge with each maintainer. OK So I'm assuming that you guys will take care of this going forward. Thanks, Rafael