diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-05-22 09:48:29 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-23 21:14:40 +0800 |
commit | 87def8d0d5bfc32bf8a221b63addb8a051cbf017 (patch) | |
tree | d12ed3fd370a6720f3a7571d0eb468980bb21495 /include/dt-bindings/clock/imx8mq-clock.h | |
parent | 75ebf69445dde8f0cec13ce1086893c835a4e460 (diff) | |
download | lwn-87def8d0d5bfc32bf8a221b63addb8a051cbf017.tar.gz lwn-87def8d0d5bfc32bf8a221b63addb8a051cbf017.zip |
dt-bindings: clock: imx8m: Add GIC clock
This should be defined in the clock tree so that parents are not
shutdown by accident
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/imx8mq-clock.h')
-rw-r--r-- | include/dt-bindings/clock/imx8mq-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mq-clock.h b/include/dt-bindings/clock/imx8mq-clock.h index 0233bb1e6bf8..65463673d25e 100644 --- a/include/dt-bindings/clock/imx8mq-clock.h +++ b/include/dt-bindings/clock/imx8mq-clock.h @@ -401,6 +401,7 @@ #define IMX8MQ_CLK_GPIO5_ROOT 263 #define IMX8MQ_CLK_SNVS_ROOT 264 +#define IMX8MQ_CLK_GIC 265 -#define IMX8MQ_CLK_END 265 +#define IMX8MQ_CLK_END 266 #endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */ |