summary refs log tree commit diff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorAnson Huang <anson.huang@nxp.com>2019-02-27 01:28:26 +0000
committerStephen Boyd <sboyd@kernel.org>2019-02-28 10:28:28 -0800
commit0c91c11c7d62de9fea6f5520edb143a7199f3307 (patch)
tree9a00b1bc1adc59af48831982532da17914e358b6 /include/dt-bindings
parente9dda4af685ff4c19cd9236e12c1ee0377696843 (diff)
downloadlinux-0c91c11c7d62de9fea6f5520edb143a7199f3307.tar.gz
clk: imx8mq: add GPIO clocks to clock tree
i.MX8MQ has clock gate for each GPIO bank, add them
into clock tree for GPIO driver to manage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx8mq-clock.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mq-clock.h b/include/dt-bindings/clock/imx8mq-clock.h
index 491e39c146be..b58cc643c9c9 100644
--- a/include/dt-bindings/clock/imx8mq-clock.h
+++ b/include/dt-bindings/clock/imx8mq-clock.h
@@ -394,5 +394,11 @@
 #define IMX8MQ_CLK_CLKO1			268
 #define IMX8MQ_CLK_ARM				269
 
-#define IMX8MQ_CLK_END				270
+#define IMX8MQ_CLK_GPIO1_ROOT			270
+#define IMX8MQ_CLK_GPIO2_ROOT			271
+#define IMX8MQ_CLK_GPIO3_ROOT			272
+#define IMX8MQ_CLK_GPIO4_ROOT			273
+#define IMX8MQ_CLK_GPIO5_ROOT			274
+
+#define IMX8MQ_CLK_END				275
 #endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */