diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-02-17 06:49:38 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 06:49:38 +0100 |
commit | 9c07ae6983d434841bb19bea0a75bd0fd925a75c (patch) | |
tree | fc8097c48d4a297c7e2d36c8096a595352378e8b /include | |
parent | clk: imx8mm: Fix the CLKO1 source select list (diff) | |
download | linux-9c07ae6983d434841bb19bea0a75bd0fd925a75c.tar.xz linux-9c07ae6983d434841bb19bea0a75bd0fd925a75c.zip |
clk: imx8mm: Add CLKO2 support
Add CLKO2 support, which is useful for debugging purposes.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx8mm-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h index 038c28d349e8..dbfee6579d6c 100644 --- a/include/dt-bindings/clock/imx8mm-clock.h +++ b/include/dt-bindings/clock/imx8mm-clock.h @@ -270,6 +270,8 @@ #define IMX8MM_CLK_GPU3D_CORE 248 #define IMX8MM_CLK_GPU2D_CORE 249 -#define IMX8MM_CLK_END 250 +#define IMX8MM_CLK_CLKO2 250 + +#define IMX8MM_CLK_END 251 #endif |