All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dm: core: Enable SPL_SIMPLE_BUS by default
Date: Tue, 1 Dec 2015 11:22:41 +0100	[thread overview]
Message-ID: <565D74F1.7030508@xilinx.com> (raw)
In-Reply-To: <565D506D.8090607@denx.de>

On 1.12.2015 08:46, Stefan Roese wrote:
> 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 <michal.simek@xilinx.com>
>> ---
>>
>>   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 <sr@denx.de>

yep. btw: I have added you to cc to one more email regarding SPL.

Thanks,
Michal

  reply	other threads:[~2015-12-01 10:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01  7:39 [U-Boot] [PATCH] dm: core: Enable SPL_SIMPLE_BUS by default Michal Simek
2015-12-01  7:46 ` Stefan Roese
2015-12-01 10:22   ` Michal Simek [this message]
2015-12-01 16:32 ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=565D74F1.7030508@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.