summaryrefslogtreecommitdiffstats
path: root/include/clk.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-11-21 13:39:02 -0800
committerMichal Simek <michal.simek@xilinx.com>2014-02-04 16:32:20 +0100
commit08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7 (patch)
treebe8d95641cf786e62b8ca9c69469d582ddcad249 /include/clk.h
parent07e2822d158940a0e8ba45b6ab0344ffa1011a07 (diff)
downloadblackbird-obmc-uboot-08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7.tar.gz
blackbird-obmc-uboot-08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7.zip
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>
Diffstat (limited to 'include/clk.h')
-rw-r--r--include/clk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/clk.h b/include/clk.h
new file mode 100644
index 0000000000..df4570c6f5
--- /dev/null
+++ b/include/clk.h
@@ -0,0 +1,6 @@
+#ifndef _CLK_H_
+#define _CLK_H_
+
+int soc_clk_dump(void);
+
+#endif /* _CLK_H_ */
OpenPOWER on IntegriCloud