From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Fri, 22 Apr 2016 10:42:50 +0530 Subject: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT In-Reply-To: <1460542253-10580-1-git-send-email-vigneshr@ti.com> References: <1460542253-10580-1-git-send-email-vigneshr@ti.com> Message-ID: <5719B2D2.9060804@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 Wednesday 13 April 2016 03:40 PM, 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 Reviewed-by: Mugunthan V N Regards Mugunthan V N