diff options
author | Bai Ping <ping.bai@nxp.com> | 2017-01-20 17:40:02 +0800 |
---|---|---|
committer | Robby Cai <robby.cai@nxp.com> | 2017-04-19 19:13:45 +0800 |
commit | 03d8ca23239d9662e3244e7c07d28825ad3d66c3 (patch) | |
tree | f016990a77491686c2389122545167cdbe5ef6e1 /include | |
parent | 6e94ed319dbd2459462225dfd7710b37d4f8a8e8 (diff) |
MLK-13801-01 ARM: imx: add gpt_3m clock on imx6sll
Add gpt_3m clock source on i.MX6SLL.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
(cherry picked from commit a0c56a60ea0c0acae0bc8eea75c465eeb11826cd)
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx6sll-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6sll-clock.h b/include/dt-bindings/clock/imx6sll-clock.h index 39c25671d674..b68a89ee82cd 100644 --- a/include/dt-bindings/clock/imx6sll-clock.h +++ b/include/dt-bindings/clock/imx6sll-clock.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2016 Freescale Semiconductor, Inc. + * Copyright 2017 NXP. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -198,7 +199,8 @@ #define IMX6SLL_CLK_EXTERN_AUDIO_PRED 170 #define IMX6SLL_CLK_EXTERN_AUDIO_PODF 171 #define IMX6SLL_CLK_EXTERN_AUDIO 172 +#define IMX6SLL_CLK_GPT_3M 173 -#define IMX6SLL_CLK_END 173 +#define IMX6SLL_CLK_END 174 #endif /* __DT_BINDINGS_CLOCK_IMX6SLL_H */ |