From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 05/28] ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property Date: Tue, 17 Mar 2020 14:28:54 +0100 Message-ID: <20200317132854.GF24270@lunn.ch> References: <20200317093922.20785-1-lkundrak@v3.sk> <20200317093922.20785-6-lkundrak@v3.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Rob Herring , Linus Walleij , Bartosz Golaszewski , Thomas Gleixner , Jason Cooper , Marc Zyngier , Mauro Carvalho Chehab , Ulf Hansson , Kishon Vijay Abraham I , Alessandro Zummo , Alexandre Belloni , Greg Kroah-Hartman , Mark Brown , Daniel Lezcano , Gregory Clement , Daniel Mack , Haojian Zhuang , Robert Jarzmik , devicetree@vger.k To: Lubomir Rintel Return-path: Content-Disposition: inline In-Reply-To: <20200317093922.20785-6-lkundrak-NGH9Lh4a5iE@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Tue, Mar 17, 2020 at 10:38:59AM +0100, Lubomir Rintel wrote: > This way the device tree validator learns that each cell of the property > constitutes a separate item. Otherwise it gets unnecessairly upset: > > pxa300-raumfeld-speaker-s.dt.yaml: gpio@40e00000: interrupts: > [[8, 9, 10]] is too short > > Signed-off-by: Lubomir Rintel Reviewed-by: Andrew Lunn Andrew