[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200227214500.GC26010@bogus>
Date: Thu, 27 Feb 2020 15:45:00 -0600
From: Rob Herring <robh@...nel.org>
To: Andre Przywara <andre.przywara@....com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Maxime Ripard <mripard@...nel.org>,
Robert Richter <rric@...nel.org>, soc@...nel.org,
Jon Loeliger <jdl@....com>,
Mark Langsdorf <mlangsdo@...hat.com>,
Eric Auger <eric.auger@...hat.com>,
Will Deacon <will@...nel.org>,
Catalin Marinas <catalin.marinas@....com>
Subject: Re: [PATCH v2 03/13] arm: dts: calxeda: Fix interrupt grouping
On Thu, Feb 27, 2020 at 06:22:00PM +0000, Andre Przywara wrote:
> Currently multiple interrupts for some devices are written as one array
> instead of using the DT grouping notation (<0 42 4>, <0 23 4>).
> This ends up in the same binary representation in the .dtb, but is
> semantically not equivalent. The yaml schema checks will stumble over
> this, so lets fix that first.
>
> I refrained from using the symbolic names for GIC_SPI/GIC_PPI and
> IRQ_TYPE_LEVEL_HIGH, mostly because it increases the delta between the
> original DTS files and the mainline versions, so it's just additional
> churn.
>
> Signed-off-by: Andre Przywara <andre.przywara@....com>
> ---
> arch/arm/boot/dts/ecx-2000.dts | 2 +-
> arch/arm/boot/dts/ecx-common.dtsi | 4 ++--
> arch/arm/boot/dts/highbank.dts | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
Acked-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists