mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
ddr: altera: Clean up initialize_hps_phy()
Add brief kerneldoc. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -3647,6 +3647,11 @@ static void initialize_reg_file(void)
|
||||
writel(0, &sdr_reg_file->debug2);
|
||||
}
|
||||
|
||||
/**
|
||||
* initialize_hps_phy() - Initialize HPS PHY
|
||||
*
|
||||
* Initialize HPS PHY.
|
||||
*/
|
||||
static void initialize_hps_phy(void)
|
||||
{
|
||||
uint32_t reg;
|
||||
|
Reference in New Issue
Block a user