summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-04-02 18:25:45 +0200
committerShawn Guo <shawnguo@kernel.org>2016-04-06 17:04:26 +0800
commit4aba2755b8e8abbe29a12d18523d97c27bf53183 (patch)
tree237ffe5f643b15041ce46957f2c666802d127b09 /include/dt-bindings
parent4cfe6aebb272d7c75a2c21ce5db3a9e10f57901a (diff)
downloadlinux-0-day-4aba2755b8e8abbe29a12d18523d97c27bf53183.tar.gz
linux-0-day-4aba2755b8e8abbe29a12d18523d97c27bf53183.tar.xz
clk: imx: add ckil clock for i.MX7
Add the necessary clock to use the ckil on i.MX7. Inspired from the following patch: https://github.com/boundarydevices/linux-imx6/commit/b80e8271 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx7d-clock.h3
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 edca8985c50e8..1183347c383fe 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -448,5 +448,6 @@
#define IMX7D_PLL_DRAM_TEST_DIV 435
#define IMX7D_ADC_ROOT_CLK 436
#define IMX7D_CLK_ARM 437
-#define IMX7D_CLK_END 438
+#define IMX7D_CKIL 438
+#define IMX7D_CLK_END 439
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */