riscv: dts: microchip: fix memory node unit address for icicle

[ Upstream commit d6105a8b7c ]

Evidently I forgot to update the unit address for the 38-bit cached
memory node when I changed the address in the reg property..
Update it to match.

Fixes: 6c11933017 ("riscv: dts: microchip: update memory configuration for v2022.10")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Conor Dooley
2022-10-25 20:56:44 +01:00
committed by Greg Kroah-Hartman
parent 0eb788089d
commit 9d043ee0de

View File

@@ -37,7 +37,7 @@
status = "okay";
};
ddrc_cache_hi: memory@1000000000 {
ddrc_cache_hi: memory@1040000000 {
device_type = "memory";
reg = <0x10 0x40000000 0x0 0x40000000>;
status = "okay";