mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
common: Add new clk command
Command provides just dump subcommand for showing clock frequencies in a soc. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
6
include/clk.h
Normal file
6
include/clk.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _CLK_H_
|
||||
#define _CLK_H_
|
||||
|
||||
int soc_clk_dump(void);
|
||||
|
||||
#endif /* _CLK_H_ */
|
Reference in New Issue
Block a user