From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 26 Sep 2019 18:49:09 -0700 Subject: [U-Boot] [PATCH 2/2] dm: spi: Do not assume first SPI bus In-Reply-To: <10f5931fa5cfd0304d631578ed26f9ff6000c8d8.1567769914.git.fitzsim@fitzsim.org> References: <10f5931fa5cfd0304d631578ed26f9ff6000c8d8.1567769914.git.fitzsim@fitzsim.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 6 Sep 2019 at 04:52, Thomas Fitzsimmons wrote: > > When CONFIG_OF_PRIOR_STAGE is enabled, this workaround was needed > before device_bind_common assigned request numbers sequentially in the > absence of aliases. > > Signed-off-by: Thomas Fitzsimmons > Cc: Bin Meng > Cc: Simon Glass > --- > drivers/spi/spi-uclass.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass