From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iBJdD-0007Ai-SE for barebox@lists.infradead.org; Fri, 20 Sep 2019 14:11:33 +0000 Date: Fri, 20 Sep 2019 16:11:27 +0200 From: Marco Felsch Message-ID: <20190920141127.yjdjb7gzz6kjz7ws@pengutronix.de> References: <20190911145328.3246-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190911145328.3246-1-m.felsch@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] ARM: i.MX: phytec-som-imx6: phycore: fix updating pmic regulators To: barebox@lists.infradead.org Cc: s.christ@phytec.de, s.riedmueller@phytec.de, j.remmet@phytec.de Hi, @phytec Please can you test this? This fixes the issue for my SoM-Rev. but I don't wanna break other SoM Revisions. Regards, Marco On 19-09-11 16:53, Marco Felsch wrote: > The PMIC is connected to i2c3 and not i2c1. > > Fixes: b6bebb7aca ("ARM: i.MX: phytec-som-imx6: phycore: Set BUCK mode to SYNC") > Signed-off-by: Marco Felsch > --- > arch/arm/boards/phytec-som-imx6/board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boards/phytec-som-imx6/board.c b/arch/arm/boards/phytec-som-imx6/board.c > index 730115702b..38e5ede91a 100644 > --- a/arch/arm/boards/phytec-som-imx6/board.c > +++ b/arch/arm/boards/phytec-som-imx6/board.c > @@ -117,7 +117,7 @@ static int phycore_da9062_setup_buck_mode(void) > struct i2c_adapter *adapter = NULL; > struct i2c_client client; > unsigned char value; > - int bus = 0; > + int bus = 2; > int ret; > > adapter = i2c_get_adapter(bus); > -- > 2.20.1 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox