From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753481AbdEPPTV (ORCPT ); Tue, 16 May 2017 11:19:21 -0400 Received: from muru.com ([72.249.23.125]:47752 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751030AbdEPPTT (ORCPT ); Tue, 16 May 2017 11:19:19 -0400 Date: Tue, 16 May 2017 08:19:14 -0700 From: Tony Lindgren To: Viresh Kumar Cc: arm@kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , 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, linux-omap@vger.kernel.org Subject: Re: [PATCH V5 2/7] ARM: TI: Use - instead of @ for DT OPP entries Message-ID: <20170516151913.GE31418@atomide.com> References: <5f0656140309d53a45058c048ca059c4ba294756.1492685450.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f0656140309d53a45058c048ca059c4ba294756.1492685450.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Viresh Kumar [170420 03:58]: > 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. Applying into omap-for-v4.13/dt thanks. Tony