diff mbox series

ARM: dts: tango4: remove bogus interrupt-controller property

Message ID 20171221214831.3859194-1-arnd@arndb.de
State Accepted
Commit fbd90b4cae105fbd8364fa1ce3f41d0c06296f58
Headers show
Series ARM: dts: tango4: remove bogus interrupt-controller property | expand

Commit Message

Arnd Bergmann Dec. 21, 2017, 9:48 p.m. UTC
dtc points out that the parent node of the interrupt controllers is not
actually an interrupt controller itself, and lacks an #interrupt-cells
property:

arch/arm/boot/dts/tango4-vantage-1172.dtb: Warning (interrupts_property): Missing #interrupt-cells in interrupt-parent /soc/interrupt-controller@6e000

This removes the annotation.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

---
 arch/arm/boot/dts/tango4-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

-- 
2.9.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Marc Gonzalez Dec. 22, 2017, 8:41 a.m. UTC | #1
On 21/12/2017 22:48, Arnd Bergmann wrote:

> dtc points out that the parent node of the interrupt controllers is not

> actually an interrupt controller itself, and lacks an #interrupt-cells

> property:

> 

> arch/arm/boot/dts/tango4-vantage-1172.dtb: Warning (interrupts_property): Missing #interrupt-cells in interrupt-parent /soc/interrupt-controller@6e000

> 

> This removes the annotation.

> 

> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

> ---

>  arch/arm/boot/dts/tango4-common.dtsi | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/arch/arm/boot/dts/tango4-common.dtsi b/arch/arm/boot/dts/tango4-common.dtsi

> index 0ec1b0a317b4..ff72a8efb73d 100644

> --- a/arch/arm/boot/dts/tango4-common.dtsi

> +++ b/arch/arm/boot/dts/tango4-common.dtsi

> @@ -156,7 +156,6 @@

>  			reg = <0x6e000 0x400>;

>  			ranges = <0 0x6e000 0x400>;

>  			interrupt-parent = <&gic>;

> -			interrupt-controller;

>  			#address-cells = <1>;

>  			#size-cells = <1>;

>  


Acked-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>


Thanks Arnd.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/tango4-common.dtsi b/arch/arm/boot/dts/tango4-common.dtsi
index 0ec1b0a317b4..ff72a8efb73d 100644
--- a/arch/arm/boot/dts/tango4-common.dtsi
+++ b/arch/arm/boot/dts/tango4-common.dtsi
@@ -156,7 +156,6 @@ 
 			reg = <0x6e000 0x400>;
 			ranges = <0 0x6e000 0x400>;
 			interrupt-parent = <&gic>;
-			interrupt-controller;
 			#address-cells = <1>;
 			#size-cells = <1>;