riscv: dts: microchip: fix memory node unit address for icicle
authorConor Dooley <conor.dooley@microchip.com>
Tue, 25 Oct 2022 19:56:44 +0000 (20:56 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 31 Oct 2022 19:47:07 +0000 (19:47 +0000)
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: 6c1193301791 ("riscv: dts: microchip: update memory configuration for v2022.10")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts

index b04e3ff044b06121f828e9c4c9a7b55627679e79..90b261114763753565001398edcb4c86e3631ab1 100644 (file)
@@ -67,7 +67,7 @@
                status = "okay";
        };
 
-       ddrc_cache_hi: memory@1000000000 {
+       ddrc_cache_hi: memory@1040000000 {
                device_type = "memory";
                reg = <0x10 0x40000000 0x0 0x40000000>;
                status = "okay";