From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH 1/1] ARM: at91sam9263/dt: Fixup sram1 device tree node Date: Tue, 3 Mar 2015 19:19:45 +0100 Message-ID: <54F5FB41.3000506@atmel.com> References: <1424853304-32197-1-git-send-email-alexanders83@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1424853304-32197-1-git-send-email-alexanders83-S0/GAf8tV78@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alexander Stein , Andrew Victor , Jean-Christophe Plagniol-Villard Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , Alexandre Belloni , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Le 25/02/2015 09:35, Alexander Stein a =E9crit : > Commit ff04660e48b20 ("ARM: at91/dt: add SRAM nodes") used the same b= ase > address for sram0 and sram1 leading to the following warning: > WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x50/0x70(= ) > sysfs: cannot create duplicate filename '/devices/platform/300000.sra= m' > Fix the base address for sram1. >=20 > Signed-off-by: Alexander Stein Acked-by: Nicolas Ferre Added to at91-4.0-fixes. Thanks. > --- > arch/arm/boot/dts/at91sam9263.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/a= t91sam9263.dtsi > index cdb7d03..76bb849 100644 > --- a/arch/arm/boot/dts/at91sam9263.dtsi > +++ b/arch/arm/boot/dts/at91sam9263.dtsi > @@ -69,7 +69,7 @@ > =20 > sram1: sram@00500000 { > compatible =3D "mmio-sram"; > - reg =3D <0x00300000 0x4000>; > + reg =3D <0x00500000 0x4000>; > }; > =20 > ahb { >=20 --=20 Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html