layerscape: make uImage with zImage for 32-bit kernel
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 7223-irqdomain-Added-domain-bus-token-DOMAIN_BUS_FSL_MC_M.patch
1 From b565bd9a6011819ff66bd4fa0a50f7e54dff2753 Mon Sep 17 00:00:00 2001
2 From: "J. German Rivera" <German.Rivera@freescale.com>
3 Date: Wed, 6 Jan 2016 16:03:19 -0600
4 Subject: [PATCH 223/226] irqdomain: Added domain bus token
5 DOMAIN_BUS_FSL_MC_MSI
6
7 Since an FSL-MC bus is a new bus type that is neither PCI nor
8 PLATFORM, we need a new domain bus token to disambiguate the
9 IRQ domain for FSL-MC MSIs.
10
11 Signed-off-by: J. German Rivera <German.Rivera@freescale.com>
12 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 ---
14 include/linux/irqdomain.h | 1 +
15 1 file changed, 1 insertion(+)
16
17 --- a/include/linux/irqdomain.h
18 +++ b/include/linux/irqdomain.h
19 @@ -73,6 +73,7 @@ enum irq_domain_bus_token {
20 DOMAIN_BUS_PCI_MSI,
21 DOMAIN_BUS_PLATFORM_MSI,
22 DOMAIN_BUS_NEXUS,
23 + DOMAIN_BUS_FSL_MC_MSI,
24 };
25
26 /**