From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:37914 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753306AbeEVXUU (ORCPT ); Tue, 22 May 2018 19:20:20 -0400 Subject: Re: [PATCH 6/9] ARM: dts: wheat: Drop MTD partitioning from DT To: Geert Uytterhoeven Cc: Linux ARM , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Marek Vasut , Geert Uytterhoeven , Laurent Pinchart , Simon Horman , Wolfram Sang , Linux-Renesas , Richard Weinberger , Boris Brezillon References: <20180522120257.13232-1-marek.vasut+renesas@gmail.com> <20180522120257.13232-6-marek.vasut+renesas@gmail.com> From: Marek Vasut Message-ID: Date: Wed, 23 May 2018 00:01:57 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On 05/22/2018 04:43 PM, Geert Uytterhoeven wrote: > On Tue, May 22, 2018 at 2:02 PM, Marek Vasut wrote: >> Drop the MTD partitioning from DT, since it does not describe HW >> and to give way to a more flexible kernel command line partition >> passing. >> >> To retain the original partitioning, assure you have enabled >> CONFIG_MTD_CMDLINE_PARTS in your kernel config and add the >> following to your kernel command line: >> >> mtdparts=spi0.0:256k@0(loader),4096k(user),-(flash) > > I think the "@0" can be dropped, as it's optional? > 4m? My take on this is that the loader is actually at offset 0x0 of the MTD device and we explicitly state that in the mtdparts to anchor the first partition within the MTD device and all the other partitions are at offset +(sum of the sizes of all partitions listed before the current one) relative to that first partition. Removing the @0 feels fragile at best and it seems to depend on the current behavior of the code. > (Gaining more knowledge during reviewing ;-) > >> Signed-off-by: Marek Vasut > > Gr{oetje,eeting}s, > > Geert > -- Best regards, Marek Vasut