From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Tue, 10 May 2016 11:59:01 +0530 Subject: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT In-Reply-To: References: <1460542253-10580-1-git-send-email-vigneshr@ti.com> Message-ID: <57317FAD.6000706@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/09/2016 08:15 PM, Jagan Teki wrote: > On 13 April 2016 at 15:40, Vignesh R wrote: >> In case of DT boot, don't read default speed and mode for SPI from >> CONFIG_*, instead read from DT node. This will make sure that boards >> with multiple SPI/QSPI controllers can be probed at different >> bus frequencies and SPI modes. >> >> Signed-off-by: Vignesh R >> --- >> >> v3: Update commit message to mention SPI mode changes >> >> v2: Initialize speed, mode to 0 instead of -1 >> >> cmd/sf.c | 2 ++ > > I think env_sf.c also need to update, pls- do change that as well. Ok, will post a v4 -- Regards Vignesh