mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-14 20:09:24 +01:00
Merge "ipq6018: fixing pmic i2c bus to i2c bus no 1"
This commit is contained in:
commit
2aebda94b9
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ void qca_serial_init(struct ipq_serial_platdata *plat)
|
|||
int do_pmic_reset()
|
||||
{
|
||||
struct udevice *bus, *dev;
|
||||
int bus_no=0;
|
||||
int bus_no = 1;
|
||||
int ret;
|
||||
uchar byte = CONFIG_IPQ6018_PMIC_RESET_VAL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue