Skip to content

Commit

Permalink
dt-bindings: clock: imx7ulp: add HSRUN mode related clocks
Browse files Browse the repository at this point in the history
There are HSRUN mode clock mux and divider in SCG1 module,
and SMC1 can control i.MX7ULP CPU to run in RUN mode or
HSRUN mode, the mode switch bits are actually a clock mux,
add these clocks for clock driver and dtb to use.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Anson Huang authored and Stephen Boyd committed Dec 14, 2018
1 parent b126006 commit 401371f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion include/dt-bindings/clock/imx7ulp-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
#define IMX7ULP_CLK_SOSC_BUS_CLK 41
#define IMX7ULP_CLK_FIRC_BUS_CLK 42
#define IMX7ULP_CLK_SPLL_BUS_CLK 43
#define IMX7ULP_CLK_HSRUN_SYS_SEL 44
#define IMX7ULP_CLK_HSRUN_CORE_DIV 45

#define IMX7ULP_CLK_SCG1_END 44
#define IMX7ULP_CLK_SCG1_END 46

/* PCC2 */
#define IMX7ULP_CLK_DMA1 0
Expand Down Expand Up @@ -106,4 +108,9 @@

#define IMX7ULP_CLK_PCC3_END 16

/* SMC1 */
#define IMX7ULP_CLK_ARM 0

#define IMX7ULP_CLK_SMC1_END 1

#endif /* __DT_BINDINGS_CLOCK_IMX7ULP_H */

0 comments on commit 401371f

Please sign in to comment.