diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-01-28 06:28:41 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-14 03:49:35 +0100 |
commit | 7a8d3b90bdfe44d2e90523444ff82f0060d9560e (patch) | |
tree | 7e6dd722c715c683bec462240053579b732ef528 /include/dt-bindings | |
parent | clk: imx: composite-8m: add imx8m_clk_hw_composite_core (diff) | |
download | linux-7a8d3b90bdfe44d2e90523444ff82f0060d9560e.tar.xz linux-7a8d3b90bdfe44d2e90523444ff82f0060d9560e.zip |
clk: imx: imx8mq: use imx8m_clk_hw_composite_core
Use imx8m_clk_hw_composite_core to simplify code.
Add new definitions, and X_SRC/CG/DIV will be alias to the new
definitions for backwards compatibility
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8mq-clock.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mq-clock.h b/include/dt-bindings/clock/imx8mq-clock.h index 3bab9b21c8d7..2b88723310bd 100644 --- a/include/dt-bindings/clock/imx8mq-clock.h +++ b/include/dt-bindings/clock/imx8mq-clock.h @@ -424,6 +424,11 @@ #define IMX8MQ_SYS2_PLL_500M_CG 283 #define IMX8MQ_SYS2_PLL_1000M_CG 284 -#define IMX8MQ_CLK_END 285 +#define IMX8MQ_CLK_GPU_CORE 285 +#define IMX8MQ_CLK_GPU_SHADER 286 +#define IMX8MQ_CLK_M4_CORE 287 +#define IMX8MQ_CLK_VPU_CORE 288 + +#define IMX8MQ_CLK_END 289 #endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */ |