projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d0953
)
imx8m: clock: add type of set_clk_eqos
author
Peng Fan
<peng.fan@nxp.com>
Sun, 27 Dec 2020 03:18:59 +0000
(11:18 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 23 Jan 2021 10:30:30 +0000
(11:30 +0100)
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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-imx8m/clock.h
b/arch/arm/include/asm/arch-imx8m/clock.h
index 87cc4d3b2b7174bff816e44128db0b0028e9f7b4..c545eb82b69de1f35e198df5227d2cb4248f5de5 100644
(file)
--- 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);