Add the clock for the imx8 thermal monitoring unit.

This commit is contained in:
Ian Lepore 2021-09-28 11:51:57 -06:00
parent 5e6f76f370
commit ea5c0b7b14
2 changed files with 4 additions and 0 deletions

View File

@ -233,6 +233,8 @@ static struct imx_clk imx_clks[] = {
ROOT_GATE(IMX8MQ_CLK_USDHC1_ROOT, "usdhc1_root_clk", "usdhc1", 0x4510),
ROOT_GATE(IMX8MQ_CLK_USDHC2_ROOT, "usdhc2_root_clk", "usdhc2", 0x4520),
ROOT_GATE(IMX8MQ_CLK_TMU_ROOT, "tmu_root_clk", "ipg_root", 0x4620),
COMPOSITE(IMX8MQ_CLK_ENET_AXI, "enet_axi", enet_axi_p, 0x8800, 0),
COMPOSITE(IMX8MQ_CLK_ENET_REF, "enet_ref", enet_ref_p, 0xa980, 0),
COMPOSITE(IMX8MQ_CLK_ENET_TIMER, "enet_timer", enet_timer_p, 0xaa00, 0),

View File

@ -143,6 +143,8 @@
#define IMX8MQ_CLK_IPG_ROOT 236
#define IMX8MQ_CLK_TMU_ROOT 246
#define IMX8MQ_CLK_GPIO1_ROOT 259
#define IMX8MQ_CLK_GPIO2_ROOT 260
#define IMX8MQ_CLK_GPIO3_ROOT 261