From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 9 Feb 2021 10:34:54 +0100 Subject: [PATCH] clk: stm32mp1: add support of I2C6_K In-Reply-To: <20210122153414.1.I28be53e4ce2082b513afd19d77d1430741ac16f3@changeid> References: <20210122153414.1.I28be53e4ce2082b513afd19d77d1430741ac16f3@changeid> Message-ID: <4210dc1e-e663-60b2-5fcf-455b981df177@foss.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 1/22/21 3:34 PM, Patrick Delaunay wrote: > 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 > --- > > drivers/clk/clk_stm32mp1.c | 1 + > 1 file changed, 1 insertion(+) > Applied to u-boot-stm/master, thanks! Regards Patrick