diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-02-02 09:23:58 -0500 |
|---|---|---|
| committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-02-04 12:58:09 -0500 |
| commit | d0f5de6677de4405c9acdb88db7c7cf7b9cc954e (patch) | |
| tree | e5aca1e3b38270b58b8c753492b0daad58c1e16d /include/dt-bindings | |
| parent | 232364969d8a8a17c52fd9b754d15924abf98d6a (diff) | |
clk: samsung: exynos5433: Add clocks for CMU_PERIC domain
This patch adds missing divider/gate clocks of CMU_PERIC domain
which includes I2S/PCM/SPDIF/PWM/SLIMBUS IPs. The SPI/I2S may use
external input clock which has 'ioclk_*' prefix.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
[ideal.song: Change clk flags of to pclk_gpio_* clk, pclk_gpio_* should be always on]
Signed-off-by: Inha Song <ideal.song@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings')
| -rw-r--r-- | include/dt-bindings/clock/exynos5433.h | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h index 8f0ee5a13db4..b5c66f7b83be 100644 --- a/include/dt-bindings/clock/exynos5433.h +++ b/include/dt-bindings/clock/exynos5433.h | |||
| @@ -181,8 +181,40 @@ | |||
| 181 | #define CLK_SCLK_UART2 34 | 181 | #define CLK_SCLK_UART2 34 |
| 182 | #define CLK_SCLK_UART1 35 | 182 | #define CLK_SCLK_UART1 35 |
| 183 | #define CLK_SCLK_UART0 36 | 183 | #define CLK_SCLK_UART0 36 |
| 184 | #define CLK_ACLK_AHB2APB_PERIC2P 37 | ||
| 185 | #define CLK_ACLK_AHB2APB_PERIC1P 38 | ||
| 186 | #define CLK_ACLK_AHB2APB_PERIC0P 39 | ||
| 187 | #define CLK_ACLK_PERICNP_66 40 | ||
| 188 | #define CLK_PCLK_SCI 41 | ||
| 189 | #define CLK_PCLK_GPIO_FINGER 42 | ||
| 190 | #define CLK_PCLK_GPIO_ESE 43 | ||
| 191 | #define CLK_PCLK_PWM 44 | ||
| 192 | #define CLK_PCLK_SPDIF 45 | ||
| 193 | #define CLK_PCLK_PCM1 46 | ||
| 194 | #define CLK_PCLK_I2S1 47 | ||
| 195 | #define CLK_PCLK_ADCIF 48 | ||
| 196 | #define CLK_PCLK_GPIO_TOUCH 49 | ||
| 197 | #define CLK_PCLK_GPIO_NFC 50 | ||
| 198 | #define CLK_PCLK_GPIO_PERIC 51 | ||
| 199 | #define CLK_PCLK_PMU_PERIC 52 | ||
| 200 | #define CLK_PCLK_SYSREG_PERIC 53 | ||
| 201 | #define CLK_SCLK_IOCLK_SPI4 54 | ||
| 202 | #define CLK_SCLK_IOCLK_SPI3 55 | ||
| 203 | #define CLK_SCLK_SCI 56 | ||
| 204 | #define CLK_SCLK_SC_IN 57 | ||
| 205 | #define CLK_SCLK_PWM 58 | ||
| 206 | #define CLK_SCLK_IOCLK_SPI2 59 | ||
| 207 | #define CLK_SCLK_IOCLK_SPI1 60 | ||
| 208 | #define CLK_SCLK_IOCLK_SPI0 61 | ||
| 209 | #define CLK_SCLK_IOCLK_I2S1_BCLK 62 | ||
| 210 | #define CLK_SCLK_SPDIF 63 | ||
| 211 | #define CLK_SCLK_PCM1 64 | ||
| 212 | #define CLK_SCLK_I2S1 65 | ||
| 184 | 213 | ||
| 185 | #define PERIC_NR_CLK 37 | 214 | #define CLK_DIV_SCLK_SCI 70 |
| 215 | #define CLK_DIV_SCLK_SC_IN 71 | ||
| 216 | |||
| 217 | #define PERIC_NR_CLK 72 | ||
| 186 | 218 | ||
| 187 | /* CMU_PERIS */ | 219 | /* CMU_PERIS */ |
| 188 | #define CLK_PCLK_HPM_APBIF 1 | 220 | #define CLK_PCLK_HPM_APBIF 1 |
