Commit faf3c25e authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Thomas Bogendoerfer

mips: bmips: init clocks earlier

device_initcall() is too late for bcm63xx.
We need to call of_clk_init() earlier in order to properly boot.
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 49387f62
...@@ -196,4 +196,4 @@ static int __init plat_dev_init(void) ...@@ -196,4 +196,4 @@ static int __init plat_dev_init(void)
return 0; return 0;
} }
device_initcall(plat_dev_init); arch_initcall(plat_dev_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment