aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2018-02-27 17:05:43 +0100
committerShawn Guo <shawnguo@kernel.org>2018-02-28 14:43:00 +0800
commit1691cc375a39d13a70829cabdd87ca9116a16907 (patch)
treeefd527f3c9798d5b6b81209f288e6737f22c69e4 /include/dt-bindings
parentclk: imx7d: add CAAM clock (diff)
downloadlinux-dev-1691cc375a39d13a70829cabdd87ca9116a16907.tar.xz
linux-dev-1691cc375a39d13a70829cabdd87ca9116a16907.zip
clk: imx: imx7d: add the Keypad Port module clock
According to the i.MX7D Reference Manual, the Keypad Port module (KPP) requires this clock gate to be enabled. Signed-off-by: Stefan Agner <stefan@agner.ch> 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 b49bf32404ec..b2325d3e236a 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -454,5 +454,6 @@
#define IMX7D_NAND_USDHC_BUS_RAWNAND_CLK 441
#define IMX7D_SNVS_CLK 442
#define IMX7D_CAAM_CLK 443
-#define IMX7D_CLK_END 444
+#define IMX7D_KPP_ROOT_CLK 444
+#define IMX7D_CLK_END 445
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */