diff options
author | Vitaly Andrianov <vitalya@ti.com> | 2015-09-19 16:26:41 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:22:16 -0400 |
commit | e6d71e1ca5dc40e871e53ad0d14d68676cf92601 (patch) | |
tree | a5d81df8816038e0f479b644926255c6b9af38bc /arch/arm/mach-keystone/include/mach/clock-k2g.h | |
parent | bda920c65e7cc299e6ef0dc6e676fe672609ce12 (diff) |
ARM: k2g: Add clock information
Add clock information for Galileo
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@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.h | 2 |
1 files changed, 2 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 index 4d3f92ee1c..214c1d3a83 100644 --- a/arch/arm/mach-keystone/include/mach/clock-k2g.h +++ b/arch/arm/mach-keystone/include/mach/clock-k2g.h @@ -15,4 +15,6 @@ #define DEV_SUPPORTED_SPEEDS 0xfff #define ARM_SUPPORTED_SPEEDS 0xfff +#define KS2_CLK1_6 sys_clk0_6_clk + #endif |