From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 01 Dec 2015 06:41:50 +0000 Subject: Re: [PATCH] ARM: shmobile: alt: Add QSPI device to DT Message-Id: <20151201064149.GH16260@verge.net.au> List-Id: References: <1448863990-16276-1-git-send-email-horms+renesas@verge.net.au> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-arm-kernel@lists.infradead.org On Mon, Nov 30, 2015 at 09:34:10AM +0100, Geert Uytterhoeven wrote: > On Mon, Nov 30, 2015 at 7:13 AM, Simon Horman > wrote: > > Enable the QSPI controller in the alt device tree. > > > > Based similar work for the silk board by by Vladimir Barinov and > > Sergei Shtylyov. > > > > Cc: Vladimir Barinov > > Cc: Sergei Shtylyov > > Signed-off-by: Simon Horman >=20 > Verified against Alt schematics and r8a7794 datasheet. >=20 > Acked-by: Geert Uytterhoeven >=20 > I can't verify the FLASH layout. Note that p.11 of > ALT_MiniMonitor_Manual(SPI_Boot)_Rev0.01_e.pdf shows a different > FLASH layout for the second and third partition. Thanks. I see the following in v1.9.6 of the BSP[1]. Is it the same as the document you referred to above? partition@0 { label =3D "loader"; reg =3D <0x00000000 0x00080000>; read-only; }; partition@40000 { label =3D "user"; reg =3D <0x00080000 0x00580000>; read-only; }; partition@440000 { label =3D "flash"; reg =3D <0x00600000 0x03a00000>; }; [1] https://git.kernel.org/cgit/linux/kernel/git/horms/renesas-backport.git= /tree/arch/arm/boot/dts/r8a7794-alt.dts?h=3Drcar-gen2/v1.9.6&id=E1acbe074f3= 6d96e901bf5346c50ee51da2ced42#n379