diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-08-13 20:05:31 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-19 13:54:40 +0200 |
commit | be378b600791044cdc9820fe0ae13efa9e5499aa (patch) | |
tree | 7ab0c5d031886ad48aca3e097f42df95b63e4ff0 /include/dt-bindings | |
parent | b3d08a4b1e46cd8146eaf6d6cb3779f756f0b3f3 (diff) |
clk: imx8mn: Add GIC clock
This is enabled by default but if it's not explicitly defined and marked
as critical then its parent might get turned off.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8mn-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h index 5255b1c2420e..d7b201652f4c 100644 --- a/include/dt-bindings/clock/imx8mn-clock.h +++ b/include/dt-bindings/clock/imx8mn-clock.h @@ -209,7 +209,8 @@ #define IMX8MN_CLK_ARM 191 #define IMX8MN_CLK_NAND_USDHC_BUS_RAWNAND_CLK 192 #define IMX8MN_CLK_GPU_CORE_ROOT 193 +#define IMX8MN_CLK_GIC 194 -#define IMX8MN_CLK_END 194 +#define IMX8MN_CLK_END 195 #endif |