Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1041583AbdDURnZ (ORCPT ); Fri, 21 Apr 2017 13:43:25 -0400 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:40340 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1038599AbdDURkm (ORCPT ); Fri, 21 Apr 2017 13:40:42 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Fri, 21 Apr 2017 18:02:37 +0200 X-ME-IP: 92.136.207.248 From: Robert Jarzmik To: Viresh Kumar Cc: arm@kernel.org, Daniel Mack , Haojian Zhuang , Rob Herring , Mark Rutland , 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 V5 4/7] ARM: pxa: Use - instead of @ for DT OPP entries References: <741bc9af28d6968e6a9409f94681066db5d1228b.1492685450.git.viresh.kumar@linaro.org> <87a87a7s66.fsf@belgarion.home> <20170421053041.GB26900@vireshk-i7> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 21 Apr 2017 18:02:32 +0200 In-Reply-To: <20170421053041.GB26900@vireshk-i7> (Viresh Kumar's message of "Fri, 21 Apr 2017 11:00:41 +0530") Message-ID: <874lxhkauf.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 27 Viresh Kumar writes: > On 20-04-17, 22:14, Robert Jarzmik wrote: >> Viresh Kumar writes: >> >> > 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: Rob Herring >> Acked-by: Robert Jarzmik > > Thanks. But I need you to pick it up for your pull request for arm-soc. Sure, let me take it through my tree, no problem. Cheers. -- Robert