From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v2 11/23] ARM: dts: armadillo800eva: Fix W=1 dtc warnings Date: Fri, 20 May 2016 18:38:49 +0300 Message-ID: References: <1463728214-13838-1-git-send-email-geert+renesas@glider.be> <1463728214-13838-12-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1463728214-13838-12-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven , Simon Horman , Magnus Damm , Kuninori Morimoto , Rob Herring Cc: Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hello. On 05/20/2016 10:10 AM, Geert Uytterhoeven wrote: > Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name > Warning (unit_address_vs_reg): Node /regulator@0 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@1 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@2 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@3 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /i2c@2 has a unit name, but no reg property > > Signed-off-by: Geert Uytterhoeven > --- > v2: > - No changes. > --- > arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > index 2c82dab2b6f45f9c..b3f0ac4b99bd5a3d 100644 > --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts [...] > @@ -127,7 +127,7 @@ > }; > }; > > - i2c2: i2c@2 { > + i2c2: i2c2 { Not "i2c-2" as in the other patches? > #address-cells = <1>; > #size-cells = <0>; > compatible = "i2c-gpio"; MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f45.google.com ([209.85.215.45]:36759 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754682AbcETPix (ORCPT ); Fri, 20 May 2016 11:38:53 -0400 Received: by mail-lf0-f45.google.com with SMTP id e130so16171497lfe.3 for ; Fri, 20 May 2016 08:38:52 -0700 (PDT) Subject: Re: [PATCH v2 11/23] ARM: dts: armadillo800eva: Fix W=1 dtc warnings To: Geert Uytterhoeven , Simon Horman , Magnus Damm , Kuninori Morimoto , Rob Herring References: <1463728214-13838-1-git-send-email-geert+renesas@glider.be> <1463728214-13838-12-git-send-email-geert+renesas@glider.be> Cc: Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org From: Sergei Shtylyov Message-ID: Date: Fri, 20 May 2016 18:38:49 +0300 MIME-Version: 1.0 In-Reply-To: <1463728214-13838-12-git-send-email-geert+renesas@glider.be> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hello. On 05/20/2016 10:10 AM, Geert Uytterhoeven wrote: > Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name > Warning (unit_address_vs_reg): Node /regulator@0 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@1 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@2 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator@3 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /i2c@2 has a unit name, but no reg property > > Signed-off-by: Geert Uytterhoeven > --- > v2: > - No changes. > --- > arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > index 2c82dab2b6f45f9c..b3f0ac4b99bd5a3d 100644 > --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts [...] > @@ -127,7 +127,7 @@ > }; > }; > > - i2c2: i2c@2 { > + i2c2: i2c2 { Not "i2c-2" as in the other patches? > #address-cells = <1>; > #size-cells = <0>; > compatible = "i2c-gpio"; MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Fri, 20 May 2016 18:38:49 +0300 Subject: [PATCH v2 11/23] ARM: dts: armadillo800eva: Fix W=1 dtc warnings In-Reply-To: <1463728214-13838-12-git-send-email-geert+renesas@glider.be> References: <1463728214-13838-1-git-send-email-geert+renesas@glider.be> <1463728214-13838-12-git-send-email-geert+renesas@glider.be> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 05/20/2016 10:10 AM, Geert Uytterhoeven wrote: > Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name > Warning (unit_address_vs_reg): Node /regulator at 0 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator at 1 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator at 2 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /regulator at 3 has a unit name, but no reg property > Warning (unit_address_vs_reg): Node /i2c at 2 has a unit name, but no reg property > > Signed-off-by: Geert Uytterhoeven > --- > v2: > - No changes. > --- > arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > index 2c82dab2b6f45f9c..b3f0ac4b99bd5a3d 100644 > --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts > +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts [...] > @@ -127,7 +127,7 @@ > }; > }; > > - i2c2: i2c at 2 { > + i2c2: i2c2 { Not "i2c-2" as in the other patches? > #address-cells = <1>; > #size-cells = <0>; > compatible = "i2c-gpio"; MBR, Sergei