From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [RFT v3 4/8] ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos4210 Date: Mon, 23 Sep 2019 09:13:17 +0200 Message-ID: <20190923071317.GA4246@pi3> References: <20190921170152.5033-1-krzk@kernel.org> <20190921170152.5033-4-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Marek Szyprowski Cc: Daniel Lezcano , Thomas Gleixner , Rob Herring , Mark Rutland , Kukjin Kim , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , Sylwester Nawrocki List-Id: devicetree@vger.kernel.org On Mon, Sep 23, 2019 at 08:56:46AM +0200, Marek Szyprowski wrote: > Hi Krzysztof, > > On 21.09.2019 19:01, Krzysztof Kozlowski wrote: > > Multi Core Timer node has interrupts routed to two different parents - > > GIC and combiner. This was modeled with a interrupt-map within a > > subnode but can be expressed in an easier and more common way, directly > > in the node itself. > > Maybe we should simply use 'interrupts-extended' based approach and > simplify mct node even more (get rid of interrupt-parent, interrupts, > size/address cells)? Indeed, that looks like the tool for this job. Thanks for hint, I'll try it. Best regards, Krzysztof