]> git.dujemihanovic.xyz Git - u-boot.git/commit
clock: qcom: ipq4019: add I2C clocks
authorRobert Marko <robert.marko@sartura.hr>
Tue, 28 May 2024 12:31:04 +0000 (14:31 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:47 +0000 (12:04 +0200)
commitf3c4accc2f3443a8f79ea2011c5e378984f92b0a
treee26f5b27320f739193a422d278a8ab6ed60d3e6e
parent308a4642ae757400a91a5dcefd746dc9b3c0402e
clock: qcom: ipq4019: add I2C clocks

I2C clocks are not initialized by the SBL, so lets add support for clocks
required by both of the QUP I2C controllers.

BLSP1 AHB clock is already initialized by SBL, but QUP I2C driver is
requesting it so we have to add it to the enable list.

Based off QCS404 clock driver.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
drivers/clk/qcom/clock-ipq4019.c