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
					
				|  | @ -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…
	
		Reference in New Issue