arm64: dts: ls1028a: Update edma compatible to fit eDMA driver
authorPeng Ma <peng.ma@nxp.com>
Thu, 12 Dec 2019 03:38:15 +0000 (03:38 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Dec 2019 03:56:25 +0000 (11:56 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index 5793c55..fdca34d 100644 (file)
 
                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>;