Vitaly Andrianov | 2964684 | 2015-09-19 16:26:40 +0530 | [diff] [blame] | 1 | /* |
| 2 | * K2G: Clock data |
| 3 | * |
| 4 | * (C) Copyright 2015 |
| 5 | * Texas Instruments Incorporated, <www.ti.com> |
| 6 | * |
| 7 | * SPDX-License-Identifier: GPL-2.0+ |
| 8 | */ |
| 9 | |
| 10 | #ifndef __ASM_ARCH_CLOCK_K2G_H |
| 11 | #define __ASM_ARCH_CLOCK_K2G_H |
| 12 | |
| 13 | #define PLLSET_CMD_LIST "<pa|arm|ddr3>" |
| 14 | |
| 15 | #define DEV_SUPPORTED_SPEEDS 0xfff |
| 16 | #define ARM_SUPPORTED_SPEEDS 0xfff |
| 17 | |
Vitaly Andrianov | 7fd5b64 | 2015-09-19 16:26:41 +0530 | [diff] [blame^] | 18 | #define KS2_CLK1_6 sys_clk0_6_clk |
| 19 | |
Vitaly Andrianov | 2964684 | 2015-09-19 16:26:40 +0530 | [diff] [blame] | 20 | #endif |