From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S943918AbdDTJ3v (ORCPT ); Thu, 20 Apr 2017 05:29:51 -0400 Received: from mail-yb0-f181.google.com ([209.85.213.181]:33112 "EHLO mail-yb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S943444AbdDTJ3r (ORCPT ); Thu, 20 Apr 2017 05:29:47 -0400 Date: Thu, 20 Apr 2017 14:59:42 +0530 From: Viresh Kumar To: Maxime Ripard Cc: arm@kernel.org, Rob Herring , Mark Rutland , Chen-Yu Tsai , linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, Rafael Wysocki , Krzysztof Kozlowski , Masahiro Yamada , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V4 5/7] ARM: sun8i: Use - instead of @ for DT OPP entries Message-ID: <20170420092942.GG5436@vireshk-i7> References: <20170420080202.olu2mhel6xtmnnjt@lukather> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170420080202.olu2mhel6xtmnnjt@lukather> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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@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