diff options
| author | Marek Vasut <[email protected]> | 2021-08-19 22:20:36 +0200 |
|---|---|---|
| committer | Abel Vesa <[email protected]> | 2021-08-24 16:09:07 +0300 |
| commit | 86842d255b45fc2103da1cd202f5064397ed41f8 (patch) | |
| tree | 050ccf4b23b239b4d532bfb821888d462017d7a9 /include | |
| parent | d36207b848a6490e14664e2197a1c8ab51d8148e (diff) | |
clk: imx8mn: Add M7 core clock
Add missing M7 core clock entry to the iMX8MN clock driver.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Abel Vesa <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Cc: Abel Vesa <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: NXP Linux Team <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Shawn Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abel Vesa <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/imx8mn-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h index d24b627cb2e7..01e8bab1d767 100644 --- a/include/dt-bindings/clock/imx8mn-clock.h +++ b/include/dt-bindings/clock/imx8mn-clock.h @@ -241,6 +241,8 @@ #define IMX8MN_CLK_CLKOUT2_DIV 219 #define IMX8MN_CLK_CLKOUT2 220 -#define IMX8MN_CLK_END 221 +#define IMX8MN_CLK_M7_CORE 221 + +#define IMX8MN_CLK_END 222 #endif |