Merge "ipq6018: fixing pmic i2c bus to i2c bus no 1"

This commit is contained in:
Linux Build Service Account 2019-06-12 11:09:20 -07:00 committed by Gerrit - the friendly Code Review server
commit 2aebda94b9

View file

@ -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;