mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 05:58:49 +00:00
firmware: zynqmp: Remove redundant child device bind
Remove the redundant child device bind from the driver bind function and rely on the post_bind of the class which calls the same function. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Link: https://lore.kernel.org/r/20230523124215.30915-2-stefan.herbrechtsmeier-oss@weidmueller.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
ee3c02af77
commit
bc75a3465f
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ static int zynqmp_firmware_bind(struct udevice *dev)
|
|||
}
|
||||
}
|
||||
|
||||
return dm_scan_fdt_dev(dev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
U_BOOT_DRIVER(zynqmp_firmware) = {
|
||||
|
|
Loading…
Add table
Reference in a new issue