From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jeffery Date: Thu, 30 May 2024 10:24:03 +0930 Subject: [PATCH 4/4] dt-bindings: gpio: aspeed,sgpio: Require #interrupt-cells In-Reply-To: <35b39da8-4efd-44ae-bcc1-7f4d501e0873@kernel.org> References: <20240529-dt-warnings-gpio-sgpio-interrupt-cells-v1-0-91c42976833b@codeconstruct.com.au> <20240529-dt-warnings-gpio-sgpio-interrupt-cells-v1-4-91c42976833b@codeconstruct.com.au> <35b39da8-4efd-44ae-bcc1-7f4d501e0873@kernel.org> Message-ID: <957a8999b0b0ed31949619913887c944bdae1a9a.camel@codeconstruct.com.au> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 2024-05-29 at 09:28 +0200, Krzysztof Kozlowski wrote: > On 29/05/2024 07:13, Andrew Jeffery wrote: > > It shouldn't have been the case that it wasn't required. The kernel > > devicetrees already specified it where compatible nodes were defined, > > and u-boot pulls in the kernel devicetrees, so this should have minimal > > practical impact. > > > > This should be squashed with previous patch. > Sure, will do. Andrew