summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-29 10:40:24 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-10 23:13:34 +0100
commit7b51b6365ebcf65b1054337a5bb0e1879397aae6 (patch)
tree5fc13bfccc3cf80d13af3fb9ec7bb05f9955047b /include
parent506993e7e7c0037c945c424202cfd44ed900a295 (diff)
ARM: imx7d: clk: add root clock for keypad port
The keypad port (KPP) module is clocked by the IPG root clock through clock gate CCM_CCGR170. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'include')
-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 c48ef189cded..20d493f5aa6f 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -451,5 +451,6 @@
#define IMX7D_ADC_ROOT_CLK 438
#define IMX7D_PXP_IPG_CLK 439
#define IMX7D_PXP_AXI_CLK 440
-#define IMX7D_END_CLK 441
+#define IMX7D_KPP_ROOT_CLK 441
+#define IMX7D_END_CLK 442
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */