* [PATCH 1/6] ARM: dts: keystone: drop address and size cells from GIC node @ 2014-04-11 14:59 Lucas Stach [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/keystone.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 90823eb90c1b..d0b0266d8922 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -28,8 +28,6 @@ gic: interrupt-controller { compatible = "arm,cortex-a15-gic"; #interrupt-cells = <3>; - #size-cells = <0>; - #address-cells = <1>; interrupt-controller; reg = <0x0 0x02561000 0x0 0x1000>, <0x0 0x02562000 0x0 0x2000>, -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* [PATCH 2/6] ARM: dts: highbank,ecx-2000: drop address and size cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2014-04-11 14:59 ` Lucas Stach 2014-04-11 14:59 ` [PATCH 3/6] ARM: dts: zynq: drop address " Lucas Stach ` (4 subsequent siblings) 5 siblings, 0 replies; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/ecx-2000.dts | 2 -- arch/arm/boot/dts/highbank.dts | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/ecx-2000.dts b/arch/arm/boot/dts/ecx-2000.dts index 2ccbb57fbfa8..cdb7b264b7fb 100644 --- a/arch/arm/boot/dts/ecx-2000.dts +++ b/arch/arm/boot/dts/ecx-2000.dts @@ -94,8 +94,6 @@ intc: interrupt-controller@fff11000 { compatible = "arm,cortex-a15-gic"; #interrupt-cells = <3>; - #size-cells = <0>; - #address-cells = <1>; interrupt-controller; interrupts = <1 9 0xf04>; reg = <0xfff11000 0x1000>, diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index ed14aeac0566..85e1a05b8a9c 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts @@ -109,8 +109,6 @@ intc: interrupt-controller@fff11000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #size-cells = <0>; - #address-cells = <1>; interrupt-controller; reg = <0xfff11000 0x1000>, <0xfff10100 0x100>; -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 3/6] ARM: dts: zynq: drop address cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 14:59 ` [PATCH 2/6] ARM: dts: highbank,ecx-2000: " Lucas Stach @ 2014-04-11 14:59 ` Lucas Stach [not found] ` <1397228380-7352-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 14:59 ` [PATCH 4/6] ARM: dts: vybrid: drop address and size " Lucas Stach ` (3 subsequent siblings) 5 siblings, 1 reply; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/zynq-7000.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 511180769af5..3f277c2bc19c 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -57,7 +57,6 @@ intc: interrupt-controller@f8f01000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; interrupt-controller; reg = <0xF8F01000 0x1000>, <0xF8F00100 0x100>; -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1397228380-7352-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH 3/6] ARM: dts: zynq: drop address cells from GIC node [not found] ` <1397228380-7352-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2014-04-11 15:54 ` Sören Brinkmann [not found] ` <f0de762f-56b3-4894-aa78-7ca3c88b9e28-dAX9Bq04yCSXHCJdrdq+zrjjLBE8jN/0@public.gmane.org> 2014-04-22 7:42 ` Michal Simek 1 sibling, 1 reply; 13+ messages in thread From: Sören Brinkmann @ 2014-04-11 15:54 UTC (permalink / raw) To: Lucas Stach Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland, Rob Herring, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Ian Campbell, Srinivas Kandagatla, Magnus Damm, Michal Simek, devicetree-u79uwXL29TY76Z2rM5mHXA, Simon Horman, Shawn Guo, Dinh Nguyen, Maxime Coquelin On Fri, 2014-04-11 at 04:59PM +0200, Lucas Stach wrote: > This is likely a copy-and-paste error from the > ARM GIC documentation, that has already been fixed. > > address-cells should have been set to 0, as with the size > cells. As having those properties set to 0 is the > same thing as not specifying them, drop them completely. Isn't this property inherited from the parent node, requiring to actually set them to 0 to comply with the docs? Thanks, Sören -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <f0de762f-56b3-4894-aa78-7ca3c88b9e28-dAX9Bq04yCSXHCJdrdq+zrjjLBE8jN/0@public.gmane.org>]
* Re: [PATCH 3/6] ARM: dts: zynq: drop address cells from GIC node [not found] ` <f0de762f-56b3-4894-aa78-7ca3c88b9e28-dAX9Bq04yCSXHCJdrdq+zrjjLBE8jN/0@public.gmane.org> @ 2014-04-14 12:53 ` Lucas Stach [not found] ` <1397479989.4548.26.camel-WzVe3FnzCwFR6QfukMTsflXZhhPuCNm+@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Lucas Stach @ 2014-04-14 12:53 UTC (permalink / raw) To: Sören Brinkmann Cc: Mark Rutland, Rob Herring, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Ian Campbell, Srinivas Kandagatla, Magnus Damm, Michal Simek, devicetree-u79uwXL29TY76Z2rM5mHXA, Simon Horman, Dinh Nguyen, Shawn Guo, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Maxime Coquelin Hi Sören, Am Freitag, den 11.04.2014, 08:54 -0700 schrieb Sören Brinkmann: > On Fri, 2014-04-11 at 04:59PM +0200, Lucas Stach wrote: > > This is likely a copy-and-paste error from the > > ARM GIC documentation, that has already been fixed. > > > > address-cells should have been set to 0, as with the size > > cells. As having those properties set to 0 is the > > same thing as not specifying them, drop them completely. > > Isn't this property inherited from the parent node, requiring to > actually set them to 0 to comply with the docs? > No, it isn't. From ePAPR v1.1 section 2.3.5: "The #address-cells and #size-cells properties are not inherited from ancestors in the device tree. They shall be explicitly defined." Regards, Lucas -- Pengutronix e.K. | Lucas Stach | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5076 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <1397479989.4548.26.camel-WzVe3FnzCwFR6QfukMTsflXZhhPuCNm+@public.gmane.org>]
* Re: [PATCH 3/6] ARM: dts: zynq: drop address cells from GIC node [not found] ` <1397479989.4548.26.camel-WzVe3FnzCwFR6QfukMTsflXZhhPuCNm+@public.gmane.org> @ 2014-04-14 16:31 ` Sören Brinkmann 0 siblings, 0 replies; 13+ messages in thread From: Sören Brinkmann @ 2014-04-14 16:31 UTC (permalink / raw) To: Lucas Stach Cc: Mark Rutland, Rob Herring, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Ian Campbell, Srinivas Kandagatla, Magnus Damm, Michal Simek, devicetree-u79uwXL29TY76Z2rM5mHXA, Simon Horman, Dinh Nguyen, Shawn Guo, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Maxime Coquelin On Mon, 2014-04-14 at 02:53PM +0200, Lucas Stach wrote: > Hi Sören, > > Am Freitag, den 11.04.2014, 08:54 -0700 schrieb Sören Brinkmann: > > On Fri, 2014-04-11 at 04:59PM +0200, Lucas Stach wrote: > > > This is likely a copy-and-paste error from the > > > ARM GIC documentation, that has already been fixed. > > > > > > address-cells should have been set to 0, as with the size > > > cells. As having those properties set to 0 is the > > > same thing as not specifying them, drop them completely. > > > > Isn't this property inherited from the parent node, requiring to > > actually set them to 0 to comply with the docs? > > > > No, it isn't. From ePAPR v1.1 section 2.3.5: > "The #address-cells and #size-cells properties are not inherited from > ancestors in the device tree. They shall be explicitly defined." Thanks, you're right. I didn't know that document yet. I have some reading to do. Sören -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 3/6] ARM: dts: zynq: drop address cells from GIC node [not found] ` <1397228380-7352-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 15:54 ` Sören Brinkmann @ 2014-04-22 7:42 ` Michal Simek 1 sibling, 0 replies; 13+ messages in thread From: Michal Simek @ 2014-04-22 7:42 UTC (permalink / raw) To: Lucas Stach Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1317 bytes --] On 04/11/2014 04:59 PM, Lucas Stach wrote: > This is likely a copy-and-paste error from the > ARM GIC documentation, that has already been fixed. > > address-cells should have been set to 0, as with the size > cells. As having those properties set to 0 is the > same thing as not specifying them, drop them completely. > > Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> > --- > arch/arm/boot/dts/zynq-7000.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi > index 511180769af5..3f277c2bc19c 100644 > --- a/arch/arm/boot/dts/zynq-7000.dtsi > +++ b/arch/arm/boot/dts/zynq-7000.dtsi > @@ -57,7 +57,6 @@ > intc: interrupt-controller@f8f01000 { > compatible = "arm,cortex-a9-gic"; > #interrupt-cells = <3>; > - #address-cells = <1>; > interrupt-controller; > reg = <0xF8F01000 0x1000>, > <0xF8F00100 0x100>; > Applied. Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 263 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 4/6] ARM: dts: vybrid: drop address and size cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 14:59 ` [PATCH 2/6] ARM: dts: highbank,ecx-2000: " Lucas Stach 2014-04-11 14:59 ` [PATCH 3/6] ARM: dts: zynq: drop address " Lucas Stach @ 2014-04-11 14:59 ` Lucas Stach [not found] ` <1397228380-7352-4-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 14:59 ` [PATCH 5/6] ARM: dts: ste-dbx: drop address " Lucas Stach ` (2 subsequent siblings) 5 siblings, 1 reply; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/vf610.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 804873367669..bb78e901ed5d 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi @@ -72,8 +72,6 @@ intc: interrupt-controller@40002000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; - #size-cells = <1>; interrupt-controller; reg = <0x40003000 0x1000>, <0x40002100 0x100>; -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1397228380-7352-4-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH 4/6] ARM: dts: vybrid: drop address and size cells from GIC node [not found] ` <1397228380-7352-4-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2014-04-14 2:14 ` Shawn Guo 0 siblings, 0 replies; 13+ messages in thread From: Shawn Guo @ 2014-04-14 2:14 UTC (permalink / raw) To: Lucas Stach Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA On Fri, Apr 11, 2014 at 04:59:38PM +0200, Lucas Stach wrote: > This is likely a copy-and-paste error from the > ARM GIC documentation, that has already been fixed. > > address-cells should have been set to 0, as with the size > cells. As having those properties set to 0 is the > same thing as not specifying them, drop them completely. > > Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Applied, thanks. -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 5/6] ARM: dts: ste-dbx: drop address cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> ` (2 preceding siblings ...) 2014-04-11 14:59 ` [PATCH 4/6] ARM: dts: vybrid: drop address and size " Lucas Stach @ 2014-04-11 14:59 ` Lucas Stach 2014-04-11 14:59 ` [PATCH 6/6] ARM: dts: sh: " Lucas Stach 2014-04-11 15:58 ` [PATCH 1/6] ARM: dts: keystone: drop address and size " Rob Herring 5 siblings, 0 replies; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/ste-dbx5x0.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index e41eedca3ce3..c73414d3fe50 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -24,7 +24,6 @@ intc: interrupt-controller@a0411000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; interrupt-controller; reg = <0xa0411000 0x1000>, <0xa0410100 0x100>; -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 6/6] ARM: dts: sh: drop address cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> ` (3 preceding siblings ...) 2014-04-11 14:59 ` [PATCH 5/6] ARM: dts: ste-dbx: drop address " Lucas Stach @ 2014-04-11 14:59 ` Lucas Stach [not found] ` <1397228380-7352-6-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 15:58 ` [PATCH 1/6] ARM: dts: keystone: drop address and size " Rob Herring 5 siblings, 1 reply; 13+ messages in thread From: Lucas Stach @ 2014-04-11 14:59 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA This is likely a copy-and-paste error from the ARM GIC documentation, that has already been fixed. address-cells should have been set to 0, as with the size cells. As having those properties set to 0 is the same thing as not specifying them, drop them completely. Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> --- arch/arm/boot/dts/r8a7740.dtsi | 1 - arch/arm/boot/dts/sh73a0.dtsi | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index 8280884bfa59..2551e9438d35 100644 --- a/arch/arm/boot/dts/r8a7740.dtsi +++ b/arch/arm/boot/dts/r8a7740.dtsi @@ -28,7 +28,6 @@ gic: interrupt-controller@c2800000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; interrupt-controller; reg = <0xc2800000 0x1000>, <0xc2000000 0x1000>; diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index b7bd3b9a6753..5ecf552e1c00 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -34,7 +34,6 @@ gic: interrupt-controller@f0001000 { compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; - #address-cells = <1>; interrupt-controller; reg = <0xf0001000 0x1000>, <0xf0000100 0x100>; -- 1.9.1 -- 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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1397228380-7352-6-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH 6/6] ARM: dts: sh: drop address cells from GIC node [not found] ` <1397228380-7352-6-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2014-04-14 1:17 ` Simon Horman 0 siblings, 0 replies; 13+ messages in thread From: Simon Horman @ 2014-04-14 1:17 UTC (permalink / raw) To: Lucas Stach Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Magnus Damm, Dinh Nguyen, Michal Simek, Rob Herring, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA On Fri, Apr 11, 2014 at 04:59:40PM +0200, Lucas Stach wrote: > This is likely a copy-and-paste error from the > ARM GIC documentation, that has already been fixed. > > address-cells should have been set to 0, as with the size > cells. As having those properties set to 0 is the > same thing as not specifying them, drop them completely. Hi Lucas, Please split this patch into two, one for r8a7740 with the prefix ARM: shmobile: r8a7740: And one for sh73a0 with the prefix ARM: shmobile: sh73a0: > > Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> > --- > arch/arm/boot/dts/r8a7740.dtsi | 1 - > arch/arm/boot/dts/sh73a0.dtsi | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi > index 8280884bfa59..2551e9438d35 100644 > --- a/arch/arm/boot/dts/r8a7740.dtsi > +++ b/arch/arm/boot/dts/r8a7740.dtsi > @@ -28,7 +28,6 @@ > gic: interrupt-controller@c2800000 { > compatible = "arm,cortex-a9-gic"; > #interrupt-cells = <3>; > - #address-cells = <1>; > interrupt-controller; > reg = <0xc2800000 0x1000>, > <0xc2000000 0x1000>; > diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi > index b7bd3b9a6753..5ecf552e1c00 100644 > --- a/arch/arm/boot/dts/sh73a0.dtsi > +++ b/arch/arm/boot/dts/sh73a0.dtsi > @@ -34,7 +34,6 @@ > gic: interrupt-controller@f0001000 { > compatible = "arm,cortex-a9-gic"; > #interrupt-cells = <3>; > - #address-cells = <1>; > interrupt-controller; > reg = <0xf0001000 0x1000>, > <0xf0000100 0x100>; > -- > 1.9.1 > -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/6] ARM: dts: keystone: drop address and size cells from GIC node [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> ` (4 preceding siblings ...) 2014-04-11 14:59 ` [PATCH 6/6] ARM: dts: sh: " Lucas Stach @ 2014-04-11 15:58 ` Rob Herring 5 siblings, 0 replies; 13+ messages in thread From: Rob Herring @ 2014-04-11 15:58 UTC (permalink / raw) To: Lucas Stach Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Magnus Damm, Simon Horman, Dinh Nguyen, Michal Simek, Srinivas Kandagatla, Maxime Coquelin, kernel-F5mvAk5X5gdBDgjK7y7TUQ, Shawn Guo, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Fri, Apr 11, 2014 at 9:59 AM, Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote: > This is likely a copy-and-paste error from the > ARM GIC documentation, that has already been fixed. > > address-cells should have been set to 0, as with the size > cells. As having those properties set to 0 is the > same thing as not specifying them, drop them completely. > > Signed-off-by: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Thanks for doing this. For the series: Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Rob > --- > arch/arm/boot/dts/keystone.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index 90823eb90c1b..d0b0266d8922 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -28,8 +28,6 @@ > gic: interrupt-controller { > compatible = "arm,cortex-a15-gic"; > #interrupt-cells = <3>; > - #size-cells = <0>; > - #address-cells = <1>; > interrupt-controller; > reg = <0x0 0x02561000 0x0 0x1000>, > <0x0 0x02562000 0x0 0x2000>, > -- > 1.9.1 > -- 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-04-22 7:42 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-04-11 14:59 [PATCH 1/6] ARM: dts: keystone: drop address and size cells from GIC node Lucas Stach [not found] ` <1397228380-7352-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 14:59 ` [PATCH 2/6] ARM: dts: highbank,ecx-2000: " Lucas Stach 2014-04-11 14:59 ` [PATCH 3/6] ARM: dts: zynq: drop address " Lucas Stach [not found] ` <1397228380-7352-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-11 15:54 ` Sören Brinkmann [not found] ` <f0de762f-56b3-4894-aa78-7ca3c88b9e28-dAX9Bq04yCSXHCJdrdq+zrjjLBE8jN/0@public.gmane.org> 2014-04-14 12:53 ` Lucas Stach [not found] ` <1397479989.4548.26.camel-WzVe3FnzCwFR6QfukMTsflXZhhPuCNm+@public.gmane.org> 2014-04-14 16:31 ` Sören Brinkmann 2014-04-22 7:42 ` Michal Simek 2014-04-11 14:59 ` [PATCH 4/6] ARM: dts: vybrid: drop address and size " Lucas Stach [not found] ` <1397228380-7352-4-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-14 2:14 ` Shawn Guo 2014-04-11 14:59 ` [PATCH 5/6] ARM: dts: ste-dbx: drop address " Lucas Stach 2014-04-11 14:59 ` [PATCH 6/6] ARM: dts: sh: " Lucas Stach [not found] ` <1397228380-7352-6-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2014-04-14 1:17 ` Simon Horman 2014-04-11 15:58 ` [PATCH 1/6] ARM: dts: keystone: drop address and size " Rob Herring
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).