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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;