Commit 869bf854 authored by Peng Ma's avatar Peng Ma Committed by Shawn Guo

arm64: dts: ls1028a: Update edma compatible to fit eDMA driver

The eDMA of LS1028A soc has a little bit different from others, So we
should distinguish them in driver by compatible.
Signed-off-by: default avatarPeng Ma <peng.ma@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent aebf07e6
......@@ -329,7 +329,7 @@ duart1: serial@21c0600 {
edma0: dma-controller@22c0000 {
#dma-cells = <2>;
compatible = "fsl,vf610-edma";
compatible = "fsl,ls1028a-edma";
reg = <0x0 0x22c0000 0x0 0x10000>,
<0x0 0x22d0000 0x0 0x10000>,
<0x0 0x22e0000 0x0 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment