From 5882c57cf2218b0bc591f20f4aeb94ac01530a1f Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Fri, 9 Feb 2018 10:40:49 +0000 Subject: FVP: Fix AArch32 dts for `interrupts` node The commit 8d2c497 changed the interrupt map in `rtsm_ve-motherboard.dtsi` for the Linux FDT sources to be compatible for FreeBSD. But this also introduced a regression for FVP AArch32 mode but was undetected till now because the corresponding DTB was not updated. This patch creates a new `rtsm_ve-motherboard-aarch32.dtsi` which reverts the change and is now included by the AArch32 DTS files. Change-Id: Ibefbbf43a91c8fb890f0fa7a22be91f0227dad34 Signed-off-by: Soby Mathew --- fdts/fvp-base-gicv2-psci-aarch32.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdts/fvp-base-gicv2-psci-aarch32.dts') diff --git a/fdts/fvp-base-gicv2-psci-aarch32.dts b/fdts/fvp-base-gicv2-psci-aarch32.dts index 1560a000..87ac68d6 100644 --- a/fdts/fvp-base-gicv2-psci-aarch32.dts +++ b/fdts/fvp-base-gicv2-psci-aarch32.dts @@ -279,7 +279,7 @@ <0 0 41 &gic 0 41 4>, <0 0 42 &gic 0 42 4>; - /include/ "rtsm_ve-motherboard.dtsi" + /include/ "rtsm_ve-motherboard-aarch32.dtsi" }; panels { -- cgit v1.2.3