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: Peng Ma <peng.ma@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Ma 2019-12-12 03:38:15 +00:00 committed by Shawn Guo
parent aebf07e63e
commit 869bf85429
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
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>;