]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: ls1021a: Fix qspi node unit address
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:13:27 +0000 (08:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:15:08 +0000 (11:15 +0800)
0x8390000 is reserved memory, but 0x8380000 is the QSPI base address
in RM. But register have offset of 0x8000, so first 'reg' entry address
is used for node unit address.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a.dtsi

index fb44c76bf1d17e21c8337fc17b284e35fdc0f839..74c5698e0b314d41864e63b9c994ec8e9b360bc0 100644 (file)
                        ranges = <0x0 0x0 0x10010000 0x10000>;
                };
 
-               qdma: dma-controller@8390000 {
+               qdma: dma-controller@8388000 {
                        compatible = "fsl,ls1021a-qdma";
                        reg = <0x0 0x8388000 0x0 0x1000>, /* Controller regs */
                              <0x0 0x8389000 0x0 0x1000>, /* Status regs */