diff options
author | Anson Huang <[email protected]> | 2019-05-15 01:29:53 +0000 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2019-05-23 15:29:39 +0800 |
commit | 2b2ebb9acb89cf968bb08b488362383ae795e6b1 (patch) | |
tree | a861cad6522f366a6981fc69c13804e31666df45 | |
parent | 3d6c33cb904dae4b1a9bf89725fcf38daa7fa0e1 (diff) |
dt-bindings: clock: imx8mm: Add SNVS clock
Add macro for the SNVS clock of the i.MX8MM.
Signed-off-by: Anson Huang <[email protected]>
Reviewed-by: Leonard Crestez <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-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 |