X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftps6586x.h;h=aa4270c65e331844f6c35d205faab4415a4332ab;hb=49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd;hp=78ce428767671c43c827828b455b70b969f38ec0;hpb=e99f30e105a253ee64bef1ef83b86a47e0d3b6f1;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/tps6586x.h b/include/tps6586x.h index 78ce428..aa4270c 100644 --- a/include/tps6586x.h +++ b/include/tps6586x.h @@ -1,13 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2010,2011 * NVIDIA Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TPS6586X_H_ #define _TPS6586X_H_ +struct udevice; + enum { /* SM0-2 PWM/PFM Mode Selection */ TPS6586X_PWM_SM0 = 1 << 0, @@ -44,9 +45,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_ */