Skip to content

Commit

Permalink
dt-bindings: clock: imx8m: Add GIC clock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonard Crestez authored and Shawn Guo committed May 23, 2019
1 parent 75ebf69 commit 87def8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/dt-bindings/clock/imx8mm-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@
#define IMX8MM_CLK_GPIO5_ROOT 227

#define IMX8MM_CLK_SNVS_ROOT 228
#define IMX8MM_CLK_GIC 229

#define IMX8MM_CLK_END 229
#define IMX8MM_CLK_END 230

#endif
3 changes: 2 additions & 1 deletion include/dt-bindings/clock/imx8mq-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 87def8d

Please sign in to comment.