OSDN Git Service

hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:54 +0000 (16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:04 +0000 (11:37 +0100)
commit1c6f3feeb3ceec6f5359515f931b3ab7b2c17457
treed28f8d24df5dc2940eff3dc7556cd9bda8e3174b
parent0dee4daca37e1547b4b2a24d5a2318d5e5a5af89
hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners

Currently for the interrupts MCT_G0 and MCT_G1 which are
the only ones in the input range of the external combiner
and which are also wired to the external GIC, we connect
them only to the internal combiner and the external GIC.
This seems likely to be a bug, as all other interrupts
which are in the input range of both combiners are
connected to both combiners. (The fact that the code in
exynos4210_combiner_get_gpioin() is also trying to wire
up these inputs on both combiners also suggests this.)

Wire these interrupts up to both combiners, like the rest.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-15-peter.maydell@linaro.org
hw/arm/exynos4210.c