Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751585AbdF0Fqp (ORCPT ); Tue, 27 Jun 2017 01:46:45 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34932 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbdF0Fqo (ORCPT ); Tue, 27 Jun 2017 01:46:44 -0400 Subject: Re: [PATCH] arm: dts: omap3: Remove interrupt-parent property To: karthik@techveda.org, bcousson@baylibre.com, tony@atomide.com, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <1498541590-4550-1-git-send-email-karthik@techveda.org> From: Suniel Mahesh Message-ID: <41ab5d17-620e-34b6-bd1c-33ae7bb3234c@techveda.org> Date: Tue, 27 Jun 2017 11:16:35 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1498541590-4550-1-git-send-email-karthik@techveda.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 54 On Tuesday 27 June 2017 11:03 AM, karthik@techveda.org wrote: > From: Karthik Tummala > Please change the subject of the patch to something which is more meaningful and which reflect the changes done to the code base. > All nodes inhert "interrupt-parent" property from root > node. So removed that property from usbhsohci, usbhsehci, > ssi_port1, ssi_port2 nodes. Adjust description accordingly. > > Signed-off-by: Karthik Tummala > --- > arch/arm/boot/dts/omap3.dtsi | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi > index a3ff493..bdaf30c 100644 > --- a/arch/arm/boot/dts/omap3.dtsi > +++ b/arch/arm/boot/dts/omap3.dtsi > @@ -713,14 +713,12 @@ > usbhsohci: ohci@48064400 { > compatible = "ti,ohci-omap3"; > reg = <0x48064400 0x400>; > - interrupt-parent = <&intc>; > interrupts = <76>; > }; > > usbhsehci: ehci@48064800 { > compatible = "ti,ehci-omap"; > reg = <0x48064800 0x400>; > - interrupt-parent = <&intc>; > interrupts = <77>; > }; > }; > @@ -831,7 +829,6 @@ > reg-names = "tx", > "rx"; > > - interrupt-parent = <&intc>; > interrupts = <67>, > <68>; > }; > @@ -844,7 +841,6 @@ > reg-names = "tx", > "rx"; > > - interrupt-parent = <&intc>; > interrupts = <69>, > <70>; > }; > Thanks Suniel