diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-02-15 18:48:45 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-21 21:56:52 +0100 |
commit | 45a359e80d9b81b0fc3d9612053a86fc52a5f4b9 (patch) | |
tree | 826f0c41ed3b894385dfda8d51de1650918b9477 /include | |
parent | clk: imx: imx8mq: Fix the rate propagation for arm pll (diff) | |
download | linux-45a359e80d9b81b0fc3d9612053a86fc52a5f4b9.tar.xz linux-45a359e80d9b81b0fc3d9612053a86fc52a5f4b9.zip |
dt-bindings: imx8mq-clock: Add the missing ARM clock
Add the missing ARM clock which will be used by cpufreq
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
[sboyd@kernel.org: Fixed numbering in dt header]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx8mq-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mq-clock.h b/include/dt-bindings/clock/imx8mq-clock.h index 74f80b26f679..491e39c146be 100644 --- a/include/dt-bindings/clock/imx8mq-clock.h +++ b/include/dt-bindings/clock/imx8mq-clock.h @@ -392,6 +392,7 @@ #define IMX8MQ_CLK_NAND_USDHC_BUS_RAWNAND_CLK 267 #define IMX8MQ_CLK_CLKO1 268 +#define IMX8MQ_CLK_ARM 269 -#define IMX8MQ_CLK_END 269 +#define IMX8MQ_CLK_END 270 #endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */ |