diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2021-01-25 20:41:35 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-30 16:35:33 +0300 |
commit | 3af4df65504088e9a7d20c0251e1016e521ad4fc (patch) | |
tree | 36558a224fbb18d5b76ea6fd6bbaff18eab4c358 /include/dt-bindings | |
parent | c1ae5c6f789acde2ad32226cb5461cc1bc60cdf3 (diff) | |
download | linux-3af4df65504088e9a7d20c0251e1016e521ad4fc.tar.xz |
clk: imx8mn: 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')
-rw-r--r-- | include/dt-bindings/clock/imx8mn-clock.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h index 621ea0e87c67..d24b627cb2e7 100644 --- a/include/dt-bindings/clock/imx8mn-clock.h +++ b/include/dt-bindings/clock/imx8mn-clock.h @@ -234,6 +234,13 @@ #define IMX8MN_CLK_A53_CORE 214 -#define IMX8MN_CLK_END 215 +#define IMX8MN_CLK_CLKOUT1_SEL 215 +#define IMX8MN_CLK_CLKOUT1_DIV 216 +#define IMX8MN_CLK_CLKOUT1 217 +#define IMX8MN_CLK_CLKOUT2_SEL 218 +#define IMX8MN_CLK_CLKOUT2_DIV 219 +#define IMX8MN_CLK_CLKOUT2 220 + +#define IMX8MN_CLK_END 221 #endif |