clk: stm32mp1: add support of I2C6_K
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 22 Jan 2021 14:34:25 +0000 (15:34 +0100)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 9 Feb 2021 09:34:27 +0000 (10:34 +0100)
commit789d764b9eb9379081dafe2c02cd0b28eaedda02
tree653b6f445fcc93c624b45c95f5a55a590fbb3eb9
parent4363aac051fcccb8995b9afb5a4c4cd0a6153c10
clk: stm32mp1: add support of I2C6_K

Add support of missing I2C6_K with bit 3 of RCC_MC_APB5ENSETR =
I2C6EN: I2C6 peripheral clocks enable.

This patch allows customer to use I2C6 in SPL or in U-Boot
as other I2C instance, already support in clk driver.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/clk/clk_stm32mp1.c