summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen He <wen.he_1@nxp.com>2017-11-24 06:40:03 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:42 (GMT)
commit95084ac70c81d2cff5527d0bf8db282f4717f3b3 (patch)
tree37984b436d86a5791d33589a6a1a3d0a94edc5bd
parent6f6972a24b3c9789617dfe7eaaedb6e5b688a5c5 (diff)
downloadlinux-95084ac70c81d2cff5527d0bf8db282f4717f3b3.tar.xz
dma: ls1021a: fix qdma node to dtsi
Signed-off-by: Wen He <wen.he_1@nxp.com>
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index ceaff22..31b4b3b 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -497,9 +497,9 @@
qdma: qdma@8390000 {
compatible = "fsl,ls1021a-qdma";
- reg = <0x0 0x8388000 0x0 0x1000>, /* Controller regs */
- <0x0 0x8389000 0x0 0x1000>, /* Status regs */
- <0x0 0x838a000 0x0 0x2000>; /* Block regs */
+ reg = <0x0 0x8398000 0x0 0x1000>, /* Controller regs */
+ <0x0 0x8399000 0x0 0x1000>, /* Status regs */
+ <0x0 0x839a000 0x0 0x2000>; /* Block regs */
interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qdma-error", "qdma-queue";