commit | 5c0ea51cc36def60ea97bd5428da50601577169d | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Jan 22 15:34:25 2021 +0100 |
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Feb 09 10:34:27 2021 +0100 |
tree | 653b6f445fcc93c624b45c95f5a55a590fbb3eb9 | |
parent | 13fd15cfcddb5e03f90242094565b7b8b303db62 [diff] |
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>