Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753343AbdHJQiW (ORCPT ); Thu, 10 Aug 2017 12:38:22 -0400 Received: from muru.com ([72.249.23.125]:57670 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753139AbdHJQiU (ORCPT ); Thu, 10 Aug 2017 12:38:20 -0400 Date: Thu, 10 Aug 2017 09:38:17 -0700 From: Tony Lindgren To: karthik@techveda.org Cc: bcousson@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sunil.m@techveda.org Subject: Re: [PATCH v2] arm: dts: omap3: Remove needless interrupt-parent property Message-ID: <20170810163816.GH8569@atomide.com> References: <41ab5d17-620e-34b6-bd1c-33ae7bb3234c@techveda.org> <1498546060-5742-1-git-send-email-karthik@techveda.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498546060-5742-1-git-send-email-karthik@techveda.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 498 Lines: 16 * karthik@techveda.org [170626 23:48]: > From: Karthik Tummala > > All nodes inhert "interrupt-parent" property from root > node. Removed the aforementioned property from usbhsohci, > usbhsehci, ssi_port1, ssi_port2 nodes to avoid duplication. > > Signed-off-by: Karthik Tummala > --- > Changes for v2: > - Made changes to subject & description as suggested by > Suniel Mahesh. Applying into omap-for-v4.14/dt thanks. Tony