diff options
| author | Lucas Stach <l.stach@pengutronix.de> | 2014-09-26 09:41:02 -0400 |
|---|---|---|
| committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 01:56:20 -0500 |
| commit | 82a40b54820601aad0facf72050c62ae7fc7d4df (patch) | |
| tree | ac79a73cbff3ec82b6a41a88b89ca2bf9436e70b /include/dt-bindings/clock | |
| parent | e0fed5133cc3656319e94c258e4a064dca8ccb27 (diff) | |
ARM: imx53: clk: add ARM clock
The ARM clock is a virtual clock feeding the ARM partition of
the SoC. It controls multiple other clocks to ensure the right
sequencing when cpufreq changes the CPU clock rate.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'include/dt-bindings/clock')
| -rw-r--r-- | include/dt-bindings/clock/imx5-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx5-clock.h b/include/dt-bindings/clock/imx5-clock.h index 1a36ff4ace1e..f4b7478e23c8 100644 --- a/include/dt-bindings/clock/imx5-clock.h +++ b/include/dt-bindings/clock/imx5-clock.h | |||
| @@ -200,6 +200,7 @@ | |||
| 200 | #define IMX5_CLK_SATA_REF 188 | 200 | #define IMX5_CLK_SATA_REF 188 |
| 201 | #define IMX5_CLK_STEP_SEL 189 | 201 | #define IMX5_CLK_STEP_SEL 189 |
| 202 | #define IMX5_CLK_CPU_PODF_SEL 190 | 202 | #define IMX5_CLK_CPU_PODF_SEL 190 |
| 203 | #define IMX5_CLK_END 191 | 203 | #define IMX5_CLK_ARM 191 |
| 204 | #define IMX5_CLK_END 192 | ||
| 204 | 205 | ||
| 205 | #endif /* __DT_BINDINGS_CLOCK_IMX5_H */ | 206 | #endif /* __DT_BINDINGS_CLOCK_IMX5_H */ |
