From 5e4711208db622ff6150e69c87962b506742a544 Mon Sep 17 00:00:00 2001 From: J-Alves Date: Wed, 24 Apr 2024 15:08:59 +0100 Subject: [PATCH] fix(tc): missing device regions in spmc manifest Signed-off-by: J-Alves Change-Id: I847c9ec13c3d40dd9de8cf374a81fc6d23a8864c --- plat/arm/board/tc/fdts/tc_spmc_manifest.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/board/tc/fdts/tc_spmc_manifest.dtsi b/plat/arm/board/tc/fdts/tc_spmc_manifest.dtsi index e26e9b511..dc6c7d896 100644 --- a/plat/arm/board/tc/fdts/tc_spmc_manifest.dtsi +++ b/plat/arm/board/tc/fdts/tc_spmc_manifest.dtsi @@ -110,6 +110,6 @@ memory@2 { device_type = "device-memory"; - reg = <0x0 0x1c130000 0x0 0x10000>; /* Virtio block device */ + reg = <0x0 0x25000000 0x0 0x10000>; /* For cactus tertiary dummy device. */ }; };