diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-05-15 03:29:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-23 09:29:39 +0200 |
commit | 2b2ebb9acb89cf968bb08b488362383ae795e6b1 (patch) | |
tree | a861cad6522f366a6981fc69c13804e31666df45 /include/dt-bindings | |
parent | clk: imx8mq: add SNVS clock to clock tree (diff) | |
download | linux-2b2ebb9acb89cf968bb08b488362383ae795e6b1.tar.xz linux-2b2ebb9acb89cf968bb08b488362383ae795e6b1.zip |
dt-bindings: clock: imx8mm: Add SNVS clock
Add macro for the SNVS clock of the i.MX8MM.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8mm-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h index fe47798f95df..83f667368d55 100644 --- a/include/dt-bindings/clock/imx8mm-clock.h +++ b/include/dt-bindings/clock/imx8mm-clock.h @@ -245,6 +245,8 @@ #define IMX8MM_CLK_GPIO4_ROOT 226 #define IMX8MM_CLK_GPIO5_ROOT 227 -#define IMX8MM_CLK_END 228 +#define IMX8MM_CLK_SNVS_ROOT 228 + +#define IMX8MM_CLK_END 229 #endif |