X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Ftps6586x.h;h=eefc95f22ea688d937b92f959cc9ef9887d6b29c;hb=f09d4f4f75c5b179c77679416421552b309b7f97;hp=78ce428767671c43c827828b455b70b969f38ec0;hpb=b5b8d85e9a50c2294b6043830cd045de1002dc5d;p=karo-tx-uboot.git diff --git a/include/tps6586x.h b/include/tps6586x.h index 78ce428767..eefc95f22e 100644 --- a/include/tps6586x.h +++ b/include/tps6586x.h @@ -44,9 +44,9 @@ int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate, * Set up the TPS6586X I2C bus number. This will be used for all operations * on the device. This function must be called before using other functions. * - * @param bus I2C bus number containing the TPS6586X chip + * @param bus I2C bus containing the TPS6586X chip * @return 0 (always succeeds) */ -int tps6586x_init(int bus); +int tps6586x_init(struct udevice *bus); #endif /* _TPS6586X_H_ */