From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Thu, 20 Apr 2017 14:59:42 +0530 Subject: [PATCH V4 5/7] ARM: sun8i: Use - instead of @ for DT OPP entries In-Reply-To: <20170420080202.olu2mhel6xtmnnjt@lukather> References: <20170420080202.olu2mhel6xtmnnjt@lukather> Message-ID: <20170420092942.GG5436@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 20-04-17, 10:02, Maxime Ripard wrote: > Hi, > > On Thu, Apr 20, 2017 at 11:14:16AM +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 > > Acked-by: Rob Herring > > This patch doesn't apply, please make sure to base them on linux-next I can do that tomorrow once linux-next includes the new PM tree as the old PM tree had my patch from V3. -- viresh