diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2021-01-25 20:41:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-30 16:35:30 +0300 |
commit | c1ae5c6f789acde2ad32226cb5461cc1bc60cdf3 (patch) | |
tree | 50a86e309105d40d25d8e7469bf496a851ddfa8b /include/dt-bindings/clock | |
parent | 75a352bc6611e79227328e39d42086b0eebf24f3 (diff) | |
download | linux-c1ae5c6f789acde2ad32226cb5461cc1bc60cdf3.tar.xz |
clk: imx8mm: add clkout1/2 support
clkout1 and clkout2 allow to supply clocks from the SoC to the board,
which is used by some board designs to provide reference clocks.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/imx8mm-clock.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h index e63a5530aed7..47c6f7f9582c 100644 --- a/include/dt-bindings/clock/imx8mm-clock.h +++ b/include/dt-bindings/clock/imx8mm-clock.h @@ -274,6 +274,14 @@ #define IMX8MM_CLK_A53_CORE 251 -#define IMX8MM_CLK_END 252 +#define IMX8MM_CLK_CLKOUT1_SEL 252 +#define IMX8MM_CLK_CLKOUT1_DIV 253 +#define IMX8MM_CLK_CLKOUT1 254 +#define IMX8MM_CLK_CLKOUT2_SEL 255 +#define IMX8MM_CLK_CLKOUT2_DIV 256 +#define IMX8MM_CLK_CLKOUT2 257 + + +#define IMX8MM_CLK_END 258 #endif |