Skip to content

Commit 81dbbb4

Browse files
tq-schiffermShawn Guo
authored andcommitted
ARM: dts: ls1021a: fix QuadSPI-memory reg range
According to the Reference Manual, the correct size is 512 MiB. Without this fix, probing the QSPI fails: fsl-quadspi 1550000.spi: ioremap failed for resource [mem 0x40000000-0x7fffffff] fsl-quadspi 1550000.spi: Freescale QuadSPI probe failed fsl-quadspi: probe of 1550000.spi failed with error -12 Fixes: 85f8ee7 ("ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC") Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 9123e3a commit 81dbbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/ls1021a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
#address-cells = <1>;
183183
#size-cells = <0>;
184184
reg = <0x0 0x1550000 0x0 0x10000>,
185-
<0x0 0x40000000 0x0 0x40000000>;
185+
<0x0 0x40000000 0x0 0x20000000>;
186186
reg-names = "QuadSPI", "QuadSPI-memory";
187187
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
188188
clock-names = "qspi_en", "qspi";

0 commit comments

Comments
 (0)