mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
fa8883a1e3
1 changed files with 2 additions and 1 deletions
|
@ -499,7 +499,8 @@ int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
|
|||
struct udevice **devp);
|
||||
|
||||
/**
|
||||
* i2c_get_chip() - get a device to use to access a chip on a bus number
|
||||
* i2c_get_chip_for_busnum() - get a device to use to access a chip on
|
||||
* a bus number
|
||||
*
|
||||
* This returns the device for the given chip address on a particular bus
|
||||
* number.
|
||||
|
|
Loading…
Reference in a new issue