diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-01-28 05:28:50 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-14 10:49:41 +0800 |
commit | 33db2ce73e9affe9a25130b166048f5a209d4dc1 (patch) | |
tree | f6cda4794f752dd9cf10ac24b97624ca1ad67bde /include/dt-bindings | |
parent | 811e4171d0f5ac6d1172333adf361c74ce2c8ec5 (diff) | |
download | linux-33db2ce73e9affe9a25130b166048f5a209d4dc1.tar.gz linux-33db2ce73e9affe9a25130b166048f5a209d4dc1.tar.bz2 linux-33db2ce73e9affe9a25130b166048f5a209d4dc1.zip |
clk: imx: imx8mn: 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/imx8mn-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h index 43883fe65db5..c42a22d3cf7c 100644 --- a/include/dt-bindings/clock/imx8mn-clock.h +++ b/include/dt-bindings/clock/imx8mn-clock.h @@ -229,7 +229,9 @@ #define IMX8MN_SYS_PLL2_500M_CG 210 #define IMX8MN_CLK_SNVS_ROOT 211 +#define IMX8MN_CLK_GPU_CORE 212 +#define IMX8MN_CLK_GPU_SHADER 213 -#define IMX8MN_CLK_END 212 +#define IMX8MN_CLK_END 214 #endif |