From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 1 Dec 2015 08:46:53 +0100 Subject: [U-Boot] [PATCH] dm: core: Enable SPL_SIMPLE_BUS by default In-Reply-To: References: Message-ID: <565D506D.8090607@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, On 01.12.2015 08:39, Michal Simek wrote: > This option is needed for all SoCs which have nodes on bus. Without > enabling this drivers are not found and probed. > Issue was found on Zynq MMC probe. > Enable this option by default. > > Signed-off-by: Michal Simek > --- > > drivers/core/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig > index 15681df6d379..74eee1066092 100644 > --- a/drivers/core/Kconfig > +++ b/drivers/core/Kconfig > @@ -115,7 +115,7 @@ config SIMPLE_BUS > config SPL_SIMPLE_BUS > bool "Support simple-bus driver in SPL" > depends on SPL_DM && SPL_OF_CONTROL > - default n > + default y > help > Supports the 'simple-bus' driver, which is used on some systems > in SPL. I stumbled over this missing option while porting DM_SPL to mvebu as well. So: Reviewed-by: Stefan Roese Thanks, Stefan