From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Subject: [PATCH 1/2] ARM: dt-binding: fix GIC example Date: Fri, 28 Mar 2014 17:25:50 +0100 Message-ID: <1396023951-32383-1-git-send-email-l.stach@pengutronix.de> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tim Harvey , Shawn Guo , Ian Campbell , Mark Rutland , Rob Herring , kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org List-Id: devicetree@vger.kernel.org From: Tim Harvey When using interrupt-maps, the size of a map entry is #address-cells + address-cells should be 0 as this is not used. As #address-cells = <0> is the same as not specifying the property, simply remove it. Signed-off-by: Tim Harvey Signed-off-by: Lucas Stach --- v2 lst: - completely remove the property --- Documentation/devicetree/bindings/arm/gic.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt index bae0d87a38b2..42ab3b28a266 100644 --- a/Documentation/devicetree/bindings/arm/gic.txt +++ b/Documentation/devicetree/bindings/arm/gic.txt @@ -55,7 +55,6 @@ Example: intc: interrupt-controller@fff11000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; interrupt-controller; reg = <0xfff11000 0x1000>, <0xfff10100 0x100>; -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html