mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
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 <peng.fan@nxp.com>
This commit is contained in:
parent
50d0953127
commit
374866a724
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue