Re: [PATCH v2 11/23] ARM: dts: armadillo800eva: Fix W=1 dtc warnings
From: Sergei Shtylyov <hidden>
Date: 2016-05-20 15:38:49
Also in:
linux-arm-kernel, linux-renesas-soc
Hello. On 05/20/2016 10:10 AM, Geert Uytterhoeven wrote:
quoted hunk
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 <redacted> --- 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
[...]
quoted hunk
@@ -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