Commit cbee028d authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Joel Stanley
Browse files

ARM: dts: tacoma: Fix node vs reg mismatch for flash memory



The mismatch lead to a miscalculation of regions in another patch, and
shouldn't be mismatched anyway, so make them consistent.

Fixes: 57564020 ("ARM: dts: aspeed: tacoma: Use 64MB for firmware memory")
Signed-off-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201022014731.2035438-2-andrew@aj.id.au


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent fd6a1e60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
		#size-cells = <1>;
		ranges;

		flash_memory: region@ba000000 {
		flash_memory: region@b8000000 {
			no-map;
			reg = <0xb8000000 0x4000000>; /* 64M */
		};