[U-Boot] [PATCH v1 03/18] dm: Add a No-op uclass
Jean-Jacques Hiblot
jjhiblot at ti.com
Mon May 13 10:28:38 UTC 2019
Hi Simon,
On 07/05/2019 05:52, Simon Glass wrote:
> Hi Jean-Jacques,
>
> On Fri, 5 Apr 2019 at 06:56, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>> This uclass is intended for devices that do not need any features from the
>> uclass, including binding children.
>> This will typically be used by devices that are used to bind child devices
>> but do not use dm_scan_fdt_dev() to do it. That is for example the case of
>> several USB wrappers that have 2 child devices (1 for device and 1 for
>> host) but bind only one at a any given time.
>>
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
>> ---
>>
>> drivers/core/uclass.c | 5 +++++
>> include/dm/uclass-id.h | 1 +
>> 2 files changed, 6 insertions(+)
> Is there a test for this somewhere?
It will be part of the v2.
JJ
>
> - Simon
>
More information about the U-Boot
mailing list