diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-06-03 09:44:04 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-06-29 11:41:19 -0700 |
commit | debef195bd5c79210d60f1d6dec38bde3dae2b88 (patch) | |
tree | 1f7c7e76d6a9f4f56bd635bfa349cca0397ab6de /include/dt-bindings | |
parent | 55c5e0c602c20cb6f350e5ae357cfd7e04ebb189 (diff) | |
download | linux-debef195bd5c79210d60f1d6dec38bde3dae2b88.tar.gz linux-debef195bd5c79210d60f1d6dec38bde3dae2b88.tar.bz2 linux-debef195bd5c79210d60f1d6dec38bde3dae2b88.zip |
clk: imx6ul: add GPIO clock gates
i.MX6UL has GPIO clock gates in CCM CCGR,
add them into clock tree for clock management.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6ul-clock.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6ul-clock.h b/include/dt-bindings/clock/imx6ul-clock.h index 0aa1d9c3e0b9..f8e0476a3a0e 100644 --- a/include/dt-bindings/clock/imx6ul-clock.h +++ b/include/dt-bindings/clock/imx6ul-clock.h @@ -254,6 +254,12 @@ #define IMX6UL_CLK_CKO2_PODF 241 #define IMX6UL_CLK_CKO2 242 #define IMX6UL_CLK_CKO 243 -#define IMX6UL_CLK_END 244 +#define IMX6UL_CLK_GPIO1 244 +#define IMX6UL_CLK_GPIO2 245 +#define IMX6UL_CLK_GPIO3 246 +#define IMX6UL_CLK_GPIO4 247 +#define IMX6UL_CLK_GPIO5 248 + +#define IMX6UL_CLK_END 249 #endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */ |