diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-05-29 13:57:28 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-06-01 09:12:28 +0800 |
commit | 4a87e15cbfebc18a3a972e0a06c98f4ed16b88c8 (patch) | |
tree | a5c6a0349d6a1fcdcbac3bc58206ced4c02b5c0f /include/dt-bindings | |
parent | e800dd533a81a7e7a04d8e86765fd45725a1dfc9 (diff) |
MLK-10979-2 imx: mx7d add ocotp clk
Add IMX7D_OCOTP_CLK, sourcing from ipg_root_clk.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx7d-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h index 4dc2fc02ac42..e4f4966dcad3 100644 --- a/include/dt-bindings/clock/imx7d-clock.h +++ b/include/dt-bindings/clock/imx7d-clock.h @@ -447,5 +447,6 @@ #define IMX7D_SEMA4_HS_ROOT_CLK 434 #define IMX7D_PLL_DRAM_TEST_DIV 435 #define IMX7D_CAAM_CLK 436 -#define IMX7D_END_CLK 437 +#define IMX7D_OCOTP_CLK 437 +#define IMX7D_END_CLK 438 #endif /* __DT_BINDINGS_CLOCK_IMX7D_H */ |