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

2018-10-18 Thread Stephen Boyd
Quoting Anson Huang (2018-10-17 23:51:55) > There is clock assignment in dtb for UART1, so setting > UART1 clock in clock driver is NOT necessary. Can you mention the commit that introduced the assignment and possibly the file where it is done? > > Signed-off-by: Anson Huang

[PATCH] clk: imx7d: remove UART1 clock setting

2018-10-17 Thread Anson Huang
There is clock assignment in dtb for UART1, so setting UART1 clock in clock driver is NOT necessary. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7d.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/clk/imx/clk-imx7d.c b/drivers/clk/imx/clk-imx7d.c index adb08f6..06c105d 1