mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
riscv: dts: microchip: fix memory node unit address for icicle
[ Upstream commitd6105a8b7c] 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:
committed by
Greg Kroah-Hartman
parent
0eb788089d
commit
9d043ee0de
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user