base-files: define yes/no as valid boolean options
[openwrt/openwrt.git] / target / linux / mvebu / patches-3.10 / 0077-ARM-mvebu-the-MPIC-now-provides-MSI-controller-featu.patch
1 From 2ae5acab1c267ef1c5e61e5086b93fba8eb9752e Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Thu, 6 Jun 2013 18:26:29 +0200
4 Subject: [PATCH 077/203] ARM: mvebu: the MPIC now provides MSI controller
5 features
6
7 Adds the 'msi-controller' property to the main interrupt controller
8 Device Tree node, to indicate that it can now behave as a MSI
9 controller.
10
11 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 Reviewed-by: Thierry Reding <thierry.reding@gmail.com>
13 Tested-by: Daniel Price <daniel.price@gmail.com>
14 Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
15 ---
16 arch/arm/boot/dts/armada-370-xp.dtsi | 1 +
17 1 file changed, 1 insertion(+)
18
19 --- a/arch/arm/boot/dts/armada-370-xp.dtsi
20 +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
21 @@ -109,6 +109,7 @@
22 #interrupt-cells = <1>;
23 #size-cells = <1>;
24 interrupt-controller;
25 + msi-controller;
26 };
27
28 coherency-fabric@20200 {