From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Fitzsimmons Date: Fri, 6 Sep 2019 07:51:17 -0400 Subject: [U-Boot] [PATCH 0/2] dm: CONFIG_OF_PRIOR_STAGE request number fixes In-Reply-To: References: 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 These patches remove a workaround that was needed for ports that use CONFIG_OF_PRIOR_STAGE, that need to probe a SPI bus, and whose prior stage device tree does not provide SPI bus aliases. Thomas Fitzsimmons (2): dm: device: Request next sequence number dm: spi: Do not assume first SPI bus drivers/core/device.c | 5 +++++ drivers/core/uclass.c | 4 +++- drivers/spi/spi-uclass.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) -- 2.23.0