From: Peng Fan Date: Sun, 27 Dec 2020 03:18:59 +0000 (+0800) Subject: imx8m: clock: add type of set_clk_eqos X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=374866a7247e6e97061ad6617e1d4449220a58b0;p=u-boot.git imx8m: clock: add type of set_clk_eqos Add type of set_clk_eqos to make it could be used by other files. Signed-off-by: Peng Fan --- diff --git a/arch/arm/include/asm/arch-imx8m/clock.h b/arch/arm/include/asm/arch-imx8m/clock.h index 87cc4d3b2b..c545eb82b6 100644 --- a/arch/arm/include/asm/arch-imx8m/clock.h +++ b/arch/arm/include/asm/arch-imx8m/clock.h @@ -274,3 +274,4 @@ int set_clk_qspi(void); void enable_ocotp_clk(unsigned char enable); int enable_i2c_clk(unsigned char enable, unsigned int i2c_num); int set_clk_enet(enum enet_freq type); +int set_clk_eqos(enum enet_freq type);