aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-01-28 05:28:41 +0000
committerShawn Guo <shawnguo@kernel.org>2020-02-14 10:49:35 +0800
commit7a8d3b90bdfe44d2e90523444ff82f0060d9560e (patch)
tree7e6dd722c715c683bec462240053579b732ef528 /include/dt-bindings
parentclk: imx: composite-8m: add imx8m_clk_hw_composite_core (diff)
downloadwireguard-linux-7a8d3b90bdfe44d2e90523444ff82f0060d9560e.tar.xz
wireguard-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.h7
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 */