mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ddr: altera: Clean up initialize_hps_phy()
Add brief kerneldoc. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
9c1ab2ca19
commit
2ca151f86c
1 changed files with 5 additions and 0 deletions
|
@ -3647,6 +3647,11 @@ static void initialize_reg_file(void)
|
||||||
writel(0, &sdr_reg_file->debug2);
|
writel(0, &sdr_reg_file->debug2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* initialize_hps_phy() - Initialize HPS PHY
|
||||||
|
*
|
||||||
|
* Initialize HPS PHY.
|
||||||
|
*/
|
||||||
static void initialize_hps_phy(void)
|
static void initialize_hps_phy(void)
|
||||||
{
|
{
|
||||||
uint32_t reg;
|
uint32_t reg;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue