On 07/19/2017 10:52 PM, Jean-Jacques Hiblot wrote:
> This allow to probe devices that are defined under a syscon node
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhib...@ti.com>

Applied to u-boot-mmc. Thanks!

Best Regards,
Jaehoon Chung

> Reviewed-by: Simon Glass <s...@chromium.org>

> ---
> 
> no changes since v1
> 
>  drivers/core/syscon-uclass.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/core/syscon-uclass.c b/drivers/core/syscon-uclass.c
> index 2148469..b06ca6a 100644
> --- a/drivers/core/syscon-uclass.c
> +++ b/drivers/core/syscon-uclass.c
> @@ -104,5 +104,6 @@ static const struct udevice_id generic_syscon_ids[] = {
>  U_BOOT_DRIVER(generic_syscon) = {
>       .name   = "syscon",
>       .id     = UCLASS_SYSCON,
> +     .bind           = dm_scan_fdt_dev,
>       .of_match = generic_syscon_ids,
>  };
> 

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to