Skip to content
Snippets Groups Projects
Commit 2cab8ae8 authored by Mugunthan V N's avatar Mugunthan V N Committed by Tom Rini
Browse files

ARM: AM43xx: clocks: Enable CPGMAC clock control


Enable CPGMAC clock control for AM43xx to use ethernet in U-Boot

Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
parent 9c653aad
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ void enable_basic_clocks(void) ...@@ -97,6 +97,7 @@ void enable_basic_clocks(void)
&cmper->gpio4clkctrl, &cmper->gpio4clkctrl,
&cmper->gpio5clkctrl, &cmper->gpio5clkctrl,
&cmper->i2c1clkctrl, &cmper->i2c1clkctrl,
&cmper->cpgmac0clkctrl,
&cmper->emiffwclkctrl, &cmper->emiffwclkctrl,
&cmper->emifclkctrl, &cmper->emifclkctrl,
&cmper->otfaemifclkctrl, &cmper->otfaemifclkctrl,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment