Skip to content
Snippets Groups Projects
Commit 198a97a6 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: UniPhier: split clkrst_init() into two functions


Split the current clkrst_init() into two functions:

 - early_clkrst_init(): called from SPL
  Deassert the reset signals of the memory controller and some other
  basic cores.

 - clkrst_init(): called from main U-boot
  Deassert the reset signals that are necessary for the access to
  peripherals etc.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent f267b81e
No related branches found
No related tags found
Loading
Loading
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