RE: [PATCH v1] ARM64: dts: imx8mp: correct sdma1 clk setting

2020-08-31 Thread Robin Gong
On 2020/08/31 19:12 Fabio Estevam wrote: > Hi Robin, > > On Mon, Aug 31, 2020 at 6:22 AM Robin Gong wrote: > > > > Correct sdma1 ahb clk, otherwise wrong 1:1 clk ratio will be chosed so > > that sdma1 function broken. sdma1 should use 1:2 clk, while sdma2/3 > > use 1:1. > > > > Signed-off-by:

Re: [PATCH v1] ARM64: dts: imx8mp: correct sdma1 clk setting

2020-08-31 Thread Fabio Estevam
Hi Robin, On Mon, Aug 31, 2020 at 6:22 AM Robin Gong wrote: > > Correct sdma1 ahb clk, otherwise wrong 1:1 clk ratio will be chosed so > that sdma1 function broken. sdma1 should use 1:2 clk, while sdma2/3 use > 1:1. > > Signed-off-by: Robin Gong Please add a Fixes tag. Thanks

[PATCH v1] ARM64: dts: imx8mp: correct sdma1 clk setting

2020-08-31 Thread Robin Gong
Correct sdma1 ahb clk, otherwise wrong 1:1 clk ratio will be chosed so that sdma1 function broken. sdma1 should use 1:2 clk, while sdma2/3 use 1:1. Signed-off-by: Robin Gong --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git