summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone/include/mach/clock-k2g.h
diff options
context:
space:
mode:
authorVitaly Andrianov <vitalya@ti.com>2015-09-19 16:26:40 +0530
committerTom Rini <trini@konsulko.com>2015-10-22 14:22:15 -0400
commitbda920c65e7cc299e6ef0dc6e676fe672609ce12 (patch)
tree62ea0859242e5188851daaf365c843eefb495157 /arch/arm/mach-keystone/include/mach/clock-k2g.h
parentf9c4a51c3e1bc73c5c2ae178cf41aa85bada1fc8 (diff)
downloadtalos-obmc-uboot-bda920c65e7cc299e6ef0dc6e676fe672609ce12.tar.gz
talos-obmc-uboot-bda920c65e7cc299e6ef0dc6e676fe672609ce12.zip
ARM: k2g: Add pll data
Add pll data for k2g Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone/include/mach/clock-k2g.h')
-rw-r--r--arch/arm/mach-keystone/include/mach/clock-k2g.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/include/mach/clock-k2g.h b/arch/arm/mach-keystone/include/mach/clock-k2g.h
new file mode 100644
index 0000000000..4d3f92ee1c
--- /dev/null
+++ b/arch/arm/mach-keystone/include/mach/clock-k2g.h
@@ -0,0 +1,18 @@
+/*
+ * K2G: Clock data
+ *
+ * (C) Copyright 2015
+ * Texas Instruments Incorporated, <www.ti.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __ASM_ARCH_CLOCK_K2G_H
+#define __ASM_ARCH_CLOCK_K2G_H
+
+#define PLLSET_CMD_LIST "<pa|arm|ddr3>"
+
+#define DEV_SUPPORTED_SPEEDS 0xfff
+#define ARM_SUPPORTED_SPEEDS 0xfff
+
+#endif
OpenPOWER on IntegriCloud