diff mbox series

[V2,07/12] imx8m: clock: add type of set_clk_eqos

Message ID 20210103101144.4375-7-peng.fan@oss.nxp.com
State New
Headers show
Series [V2,01/12] imx: imx8mp_evk: enable eth support | expand

Commit Message

Peng Fan (OSS) Jan. 3, 2021, 10:11 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>


Add type of set_clk_eqos to make it could be used by other files.

Signed-off-by: Peng Fan <peng.fan@nxp.com>

---
 arch/arm/include/asm/arch-imx8m/clock.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.28.0
diff mbox series

Patch

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);