diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-01-30 22:20:56 -0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-21 12:56:52 -0800 |
commit | 202ce5afe51e883f94736310997ea1c73219eb36 (patch) | |
tree | 7dad823e79f1f83dc48c5a257f6a113f90204180 /include/dt-bindings | |
parent | 0bfed63baf55fd490bff03af57943b6200ccc45f (diff) |
clk: imx8mq: Add support for the CLKO1 clock
Add the entry for the CLKO1 clock.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8mq-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mq-clock.h b/include/dt-bindings/clock/imx8mq-clock.h index 04f7ac345984..74f80b26f679 100644 --- a/include/dt-bindings/clock/imx8mq-clock.h +++ b/include/dt-bindings/clock/imx8mq-clock.h @@ -391,5 +391,7 @@ #define IMX8MQ_CLK_NAND_USDHC_BUS_RAWNAND_CLK 267 -#define IMX8MQ_CLK_END 268 +#define IMX8MQ_CLK_CLKO1 268 + +#define IMX8MQ_CLK_END 269 #endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */ |