From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Mon, 10 Aug 2020 09:18:22 +0200 Subject: I2C on imx8qm - Failed to enable ipg clk In-Reply-To: <20200805165015.15ac90d9@crub> References: <20200805134707.GA63569@archlinux.localdomain> <20200805165015.15ac90d9@crub> Message-ID: <20200810071822.GB66637@archlinux.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/08/20, Anatolij Gustschin wrote: > Hi Oliver, > > On Wed, 5 Aug 2020 15:47:07 +0200 > Oliver Graute oliver.graute at gmail.com wrote: > > > Hello, > > > > I try to get my I2C working on imx8qm. But I run into this issue: > > > > => i2c bus > > Bus 3: i2c at 5a830000 > > => i2c dev 3 > > Setting bus to 3 > > Failed to enable ipg clk > > Failure changing bus number (-524) > > > > Some idea how to fix that? > > > > I'am using U-Boot 2020.04 > > I think the clock driver (in drivers/clk/imx/clk-imx8qm.c) does not > have support for IMX8QM_I2C*_IPG_CLK clocks yet. ok, what I have to do to add support for it? just adding IMX8QM_I2C*_IPG_CLK to the imx8_clk_names[]? Best Regards, Oliver