]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work
authorCarlos Song <carlos.song@nxp.com>
Wed, 26 Jul 2023 09:22:38 +0000 (17:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:47:55 +0000 (09:47 +0200)
commitd1e1bdd30ae089b9b79cc3ec6daf4ff8827b6777
treeca81d2dc25ff58f4a5f0c09bc95ad136626abdaf
parente1417c7dc3ad10367cc43d387ab99dab84b21944
i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work

[ Upstream commit b610c4bbd153c2cde548db48559e170905d7c369 ]

On MX8X platforms, the default clock rate is 0 if without explicit
clock setting in dts nodes. I2c can't work when i2c peripheral clk
rate is 0.

Add a i2c peripheral clk rate check before configuring the clock
register. When i2c peripheral clk rate is 0 and directly return
-EINVAL.

Signed-off-by: Carlos Song <carlos.song@nxp.com>
Acked-by: Dong Aisheng <Aisheng.dong@nxp.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/i2c/busses/i2c-imx-lpi2c.c