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>2020-02-09 22:45:42 +0100
commit229b8b5d898d4a9d7c3e14a1057f4cb70948472f (patch)
tree017d951a87aa2d00c2aab8177574e35b13374dff /include
parent6c94f6356286aad3b02061917db112f37bd19cca (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> (cherry picked from commit 7b51b6365ebcf65b1054337a5bb0e1879397aae6) (cherry picked from commit 09c36fb13aa73bac59709c5805f5f9f9e45acee9) Conflicts: include/dt-bindings/clock/imx7d-clock.h Signed-off-by: Philippe Schenker <philippe.schenker@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 6b5d908d303e..31223c693da9 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -458,6 +458,7 @@
#define IMX7D_PXP_AXI_CLK 444
#define IMX7D_ENET1_IPG_ROOT_CLK 445
#define IMX7D_ENET2_IPG_ROOT_CLK 446
-#define IMX7D_CLK_END 447
+#define IMX7D_KPP_ROOT_CLK 447
+#define IMX7D_CLK_END 448
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */