Re: [PATCH V2] clk: imx7d: remove UART1 clock setting

From: Stephen Boyd
Date: Tue Nov 06 2018 - 12:35:54 EST


Quoting Anson Huang (2018-10-18 18:05:36)
> There are clock assignments in all i.MX7D dtb files for UART1,
> below is the example in imx7d-sdb.dts, so setting UART1 clock
> in clock driver is NOT necessary, actually, module clocks setting
> should be done in module driver.
>
> &uart1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_uart1>;
> assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
> assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
> status = "okay";
> };
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---

Applied to clk-next