summaryrefslogtreecommitdiff
path: root/fdts/fvp-ve-Cortex-A5x1.dts
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-08-19 10:45:17 +0100
committerAndre Przywara <andre.przywara@arm.com>2022-10-11 16:09:34 +0100
commit08f3c2bcdd452b6ea9e0415f91679d5aa124a4a3 (patch)
treeccbe5051bdaf6087be481d0809a7fb254a9269ca /fdts/fvp-ve-Cortex-A5x1.dts
parenta25349b75ccf9bb423c44076565c48be6c656e60 (diff)
downloadarm-trusted-firmware-08f3c2bcdd452b6ea9e0415f91679d5aa124a4a3.tar.gz
refactor(fvp): fdts: merge motherboard .dtsi files
For no real reason we were shipping two separate DT include files for the base FVP motherboard peripherals, one for aarch32, one for aarch64. There is no difference in the hardware description when using a different instruction set, and the diff between the two files was about a missing interrupt map for the 64-bit DT files. Consolidate the situation by just using a single motherboard .dtsi file, which relies on an interrupt map by the including files. Provide that map in the two files where it was missing before, and change the filenames to let all users include the same file now. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: I19b77ecc8da9b4bfbd61d02f910b9ab05dbf92e9
Diffstat (limited to 'fdts/fvp-ve-Cortex-A5x1.dts')
-rw-r--r--fdts/fvp-ve-Cortex-A5x1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdts/fvp-ve-Cortex-A5x1.dts b/fdts/fvp-ve-Cortex-A5x1.dts
index f44a7d12d..534c3a51f 100644
--- a/fdts/fvp-ve-Cortex-A5x1.dts
+++ b/fdts/fvp-ve-Cortex-A5x1.dts
@@ -153,6 +153,6 @@
<0 0 44 &gic GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
<0 0 46 &gic GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
- #include "rtsm_ve-motherboard-aarch32.dtsi"
+ #include "rtsm_ve-motherboard.dtsi"
};
};