On Thu, Sep 20, 2018 at 11:05:30PM -0700, Andrey Smirnov wrote:
> Add missing IMX8MQ_CLK_TMU_ROOT clock needed for CPU thermal sensor.
>
> Signed-off-by: Andrey Smirnov <[email protected]>
> ---
>
> Changes since [v1]:
>
> - None
>
> [v1] http://lists.infradead.org/pipermail/barebox/2018-September/034788.html
>
> drivers/clk/imx/clk-imx8mq.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
>
> diff --git a/drivers/clk/imx/clk-imx8mq.c b/drivers/clk/imx/clk-imx8mq.c
> index 782bbc256..0431f61f0 100644
> --- a/drivers/clk/imx/clk-imx8mq.c
> +++ b/drivers/clk/imx/clk-imx8mq.c
> @@ -572,6 +572,7 @@ static void __init imx8mq_clocks_init(struct device_node
> *ccm_node)
> clks[IMX8MQ_CLK_WDOG1_ROOT] = imx_clk_gate4("wdog1_root_clk",
> "wdog_div", base + 0x4530, 0);
> clks[IMX8MQ_CLK_WDOG2_ROOT] = imx_clk_gate4("wdog2_root_clk",
> "wdog_div", base + 0x4540, 0);
> clks[IMX8MQ_CLK_WDOG3_ROOT] = imx_clk_gate4("wdog3_root_clk",
> "wdog_div", base + 0x4550, 0);
> + clks[IMX8MQ_CLK_TMU_ROOT] = imx_clk_gate4("tmu_root_clk", "ipg_root",
> base + 0x4620, 0);
>
> clks[IMX8MQ_GPT_3M_CLK] = imx_clk_fixed_factor("gpt_3m", "osc_25m", 1,
> 8);
> clks[IMX8MQ_CLK_DRAM_ALT_ROOT] = imx_clk_fixed_factor("dram_alt_root",
> "dram_alt_div", 1, 4);
> --
> 2.17.1
>
>
> _______________________________________________
> barebox mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox