]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: tacoma: Fix node vs reg mismatch for flash memory
authorAndrew Jeffery <andrew@aj.id.au>
Thu, 22 Oct 2020 01:47:26 +0000 (12:17 +1030)
committerJoel Stanley <joel@jms.id.au>
Thu, 19 Nov 2020 05:19:48 +0000 (15:49 +1030)
The mismatch lead to a miscalculation of regions in another patch, and
shouldn't be mismatched anyway, so make them consistent.

Fixes: 575640201e66 ("ARM: dts: aspeed: tacoma: Use 64MB for firmware memory")
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201022014731.2035438-2-andrew@aj.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index 4d070d6ba09f99ed46b513ccc5ccd3ad6f2fa10f..e86c22ce6d12328a54b6f1ec9ff52c9055a516c3 100644 (file)
@@ -26,7 +26,7 @@
                #size-cells = <1>;
                ranges;
 
-               flash_memory: region@ba000000 {
+               flash_memory: region@b8000000 {
                        no-map;
                        reg = <0xb8000000 0x4000000>; /* 64M */
                };