[U-Boot] [PATCH v1 03/18] dm: Add a No-op uclass
Simon Glass
sjg at chromium.org
Tue May 7 03:52:18 UTC 2019
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?
- Simon
More information about the U-Boot
mailing list