mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
07e2822d15
commit
08d0d6f32e
5 changed files with 60 additions and 0 deletions
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_ */
|
Loading…
Add table
Add a link
Reference in a new issue