From 8fb622766c317a48f6e083d73e9173ac8d76436d Mon Sep 17 00:00:00 2001 From: Antony Arun T Date: Wed, 12 Jun 2019 16:10:25 +0530 Subject: [PATCH] ipq6018: fixing pmic i2c bus to i2c bus no 1 Change-Id: I6c42d1ada2879e0fbd5ca104b5069abf73eb5a85 Signed-off-by: Antony Arun T --- board/qca/arm/ipq6018/ipq6018.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/qca/arm/ipq6018/ipq6018.c b/board/qca/arm/ipq6018/ipq6018.c index 9330dcdc61..b3c4c2fa36 100644 --- a/board/qca/arm/ipq6018/ipq6018.c +++ b/board/qca/arm/ipq6018/ipq6018.c @@ -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;