Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Andrew Jeffery and committed by
Joel Stanley
cbee028d fd6a1e60

+1 -1
+1 -1
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
··· 26 26 #size-cells = <1>; 27 27 ranges; 28 28 29 - flash_memory: region@ba000000 { 29 + flash_memory: region@b8000000 { 30 30 no-map; 31 31 reg = <0xb8000000 0x4000000>; /* 64M */ 32 32 };