diff mbox series

[v2,1/3] dt-bindings: clock: imx8mn: add SNVS clock

Message ID 20200116073718.4475-2-horia.geanta@nxp.com (mailing list archive)
State Mainlined
Commit d2d46dfaa72b41b4d6adf6ef1068ee00a51ba0fc
Headers show
Series clk: imx8mn: add snvs clock | expand

Commit Message

Horia Geanta Jan. 16, 2020, 7:37 a.m. UTC
Add macro for the SNVS clock of the i.MX8MN.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
---
 include/dt-bindings/clock/imx8mn-clock.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Rob Herring (Arm) Jan. 22, 2020, 1:49 a.m. UTC | #1
On Thu, 16 Jan 2020 09:37:16 +0200, =?UTF-8?q?Horia=20Geant=C4=83?= wrote:
> Add macro for the SNVS clock of the i.MX8MN.
> 
> Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
> ---
>  include/dt-bindings/clock/imx8mn-clock.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h
index 0f2b8423ce1d..43883fe65db5 100644
--- a/include/dt-bindings/clock/imx8mn-clock.h
+++ b/include/dt-bindings/clock/imx8mn-clock.h
@@ -228,6 +228,8 @@ 
 #define IMX8MN_SYS_PLL2_333M_CG			209
 #define IMX8MN_SYS_PLL2_500M_CG			210
 
-#define IMX8MN_CLK_END				211
+#define IMX8MN_CLK_SNVS_ROOT			211
+
+#define IMX8MN_CLK_END				212
 
 #endif