Add the clock for the imx8 thermal monitoring unit.
This commit is contained in:
parent
5e6f76f370
commit
ea5c0b7b14
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user