From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Subject: Re: [PATCH 3/3] ARM: dts: socfpga: Enable QSPI on the Cyclone5 sockit Date: Thu, 20 Oct 2016 09:12:36 -0500 Message-ID: References: <1476908324-12313-1-git-send-email-dinguyen@opensource.altera.com> <1476908324-12313-3-git-send-email-dinguyen@opensource.altera.com> <20161020071913.rlka3or4c7fzjpyv@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161020071913.rlka3or4c7fzjpyv@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Steffen Trumtrar Cc: dinguyen@kernel.org, devicetree@vger.kernel.org, dinh.linux@gmail.com, linux-arm-kernel@lists.infradead.org, grmoore@opensource.altera.com List-Id: devicetree@vger.kernel.org On 10/20/2016 02:19 AM, Steffen Trumtrar wrote: >> + cdns,tslch-ns = <4>; >> + >> + partition@qspi-boot { >> + /* 8MB for raw data. */ >> + label = "Flash 0 Raw Data"; >> + reg = <0x0 0x800000>; >> + }; >> + >> + partition@qspi-rootfs { >> + /* 120MB for jffs2 data. */ >> + label = "Flash 0 jffs2 Filesystem"; >> + reg = <0x800000 0x7800000>; >> + }; >> + }; >> +}; >> + > > What is the current preferred way of handling the partitions? > This doesn't fit my Sockit configuration for example. So I would always > have to patch the devicetree. I'm not 100% sure on this. Graham, do you have any insight? > > On the Socrates I didn't specify the partitions, because I did not > want to force a specific configuration. > I know that on Arria10, we needed a specific configuration. Dinh