[PATCH 1/3] dt-bindings: clock: imx8mm: Add SNVS clock

From: Anson Huang
Date: Tue May 14 2019 - 21:31:43 EST


Add macro for the SNVS clock of the i.MX8MM.

Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
---
This patch is based on patch: https://patchwork.kernel.org/patch/10939997/
---
include/dt-bindings/clock/imx8mm-clock.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/imx8mm-clock.h b/include/dt-bindings/clock/imx8mm-clock.h
index fe47798..83f6673 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
--
2.7.4