Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Driver model: make some udevice fields private Driver model: Rename U_BOOT_DEVICE et al. dtoc: Tidy up and add more tests ns16550 code clean-up x86 and sandbox minor fixes for of-platdata dtoc prepration for adding build-time instantiation
This commit is contained in:
@@ -344,7 +344,7 @@ static int serdes_am654_bind(struct udevice *dev)
|
||||
|
||||
ret = device_bind_driver_to_node(dev->parent,
|
||||
"ti-serdes-am654-mux-clk",
|
||||
dev_read_name(dev), dev->node,
|
||||
dev_read_name(dev), dev_ofnode(dev),
|
||||
NULL);
|
||||
if (ret) {
|
||||
dev_err(dev, "%s: not able to bind clock driver\n", __func__);
|
||||
|
||||
Reference in New Issue
Block a user