summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2019-12-12 11:13:44 +0800
committerJason Liu <jason.hui.liu@nxp.com>2020-02-26 04:17:30 +0800
commit1e327b39ec04c13b7f8e3e358f04dd89682b0937 (patch)
tree84450a319d61adda8d2b0818579e5d3f91c88f73 /arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
parent8e59880124a556586f9156a882d56984e9def750 (diff)
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> (cherry picked from commit fa6956d853b3ebed26e1588e7b78d959701fa841)
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index d2187de5c0e5..e8849a04985d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -321,7 +321,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>;