aboutsummaryrefslogtreecommitdiff
path: root/hdata/pcia.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-06-25 08:47:44 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 20:15:13 +1000
commitb48141527446857e26f13c6283185434f0a276d6 (patch)
tree841f5e99aad5e4b60ecf06ddec68c55c0f3d88ea /hdata/pcia.c
parent6078454f596421ac162a868b863a2a6aeea077b5 (diff)
downloadskiboot-b48141527446857e26f13c6283185434f0a276d6.zip
skiboot-b48141527446857e26f13c6283185434f0a276d6.tar.gz
skiboot-b48141527446857e26f13c6283185434f0a276d6.tar.bz2
interrupts: Remove #interrupt-cells from ICP nodes
It's not necessary and not in PAPR. HostBoot should probably do a similar change. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/pcia.c')
-rw-r--r--hdata/pcia.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hdata/pcia.c b/hdata/pcia.c
index 8d11437..a54d4cf 100644
--- a/hdata/pcia.c
+++ b/hdata/pcia.c
@@ -93,7 +93,6 @@ static void add_icp(const void *pcia, u32 tcount, const char *compat)
dt_add_property(icp, "interrupt-controller", NULL, 0);
dt_add_property(icp, "reg", reg, rsize);
dt_add_property_cells(icp, "#address-cells", 0);
- dt_add_property_cells(icp, "#interrupt-cells", 1);
dt_add_property_string(icp, "device_type",
"PowerPC-External-Interrupt-Presentation");
free(reg);