summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-27 08:41:03 -0500
committerTom Rini <trini@konsulko.com>2015-11-27 08:41:03 -0500
commitfa8883a1e39a20e72aaa5093af0c80062cb95757 (patch)
tree2f43dc67b6853943462fa67e74c62f011687a028 /include
parent01ce961b15778e6f4ed5299a76e64171ff1f6378 (diff)
parenta06728c8396b205c93819bb36345a816994506de (diff)
downloadblackbird-obmc-uboot-fa8883a1e39a20e72aaa5093af0c80062cb95757.tar.gz
blackbird-obmc-uboot-fa8883a1e39a20e72aaa5093af0c80062cb95757.zip
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'include')
-rw-r--r--include/i2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 6493931c35..1f5ae4538a 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -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.
OpenPOWER on IntegriCloud