From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dmI9Q-0006tf-EP for linux-mtd@lists.infradead.org; Mon, 28 Aug 2017 11:24:21 +0000 Received: from localhost.localdomain ([127.0.0.1]:40778 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23991786AbdH1LXoXAVQc (ORCPT ); Mon, 28 Aug 2017 13:23:44 +0200 Date: Mon, 28 Aug 2017 13:23:27 +0200 From: Ralf Baechle To: Hauke Mehrtens Cc: linux-mips@linux-mips.org, linux-mtd@lists.infradead.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, martin.blumenstingl@googlemail.com, john@phrozen.org, linux-spi@vger.kernel.org, hauke.mehrtens@intel.com, robh@kernel.org, andy.shevchenko@gmail.com, p.zabel@pengutronix.de, kishon@ti.com, mark.rutland@arm.com, Mark Brown Subject: Re: [PATCH v10 03/16] spi: spi-falcon: drop check of boot select Message-ID: <20170828112327.GA15640@linux-mips.org> References: <20170819221823.13850-1-hauke@hauke-m.de> <20170819221823.13850-4-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170819221823.13850-4-hauke@hauke-m.de> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Aug 20, 2017 at 12:18:10AM +0200, Hauke Mehrtens wrote: > Do not check which flash type the SoC was booted from before > using this driver. Assume that the device tree is correct and use this > driver when it was added to device tree. This also removes a build > dependency to the SoC code. > > All device trees I am aware of only have one correct flash device entry > in it. The device tree is anyway bundled with the kernel in all systems > using device tree I know of. > > The boot mode can be specified with some pin straps and will select the > flash type the rom code will boot from. One SPI, NOR or NAND flash chip > can be connect to the EBU and used to load the first stage boot loader > from. I think other than this patch we finally have all the acks necessary so I merged the series except this patch which shouldn't be strictly necessary. Ralf