diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-11-29 10:40:24 -0800 |
---|---|---|
committer | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-09 11:13:48 +0200 |
commit | f3511d70c0e3421196cd523c20c69c87566979b5 (patch) | |
tree | 7bbd7e794cc7a928e56ffb0f3083a1b179b1b03b /include | |
parent | 0e7c41b83ff4845aed0d651641b65142c114bde6 (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)
Diffstat (limited to 'include')
-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 feb3a3031e00..23e2c2d271b6 100644 --- a/include/dt-bindings/clock/imx7d-clock.h +++ b/include/dt-bindings/clock/imx7d-clock.h @@ -454,6 +454,7 @@ #define IMX7D_ENET2_IPG_ROOT_CLK 440 #define IMX7D_NAND_RAWNAND_CLK 441 #define IMX7D_NAND_USDHC_BUS_RAWNAND_CLK 442 -#define IMX7D_CLK_END 443 +#define IMX7D_KPP_ROOT_CLK 443 +#define IMX7D_CLK_END 444 #endif /* __DT_BINDINGS_CLOCK_IMX7D_H */ |