From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35FE2C28D13 for ; Mon, 22 Aug 2022 21:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238250AbiHVVnn (ORCPT ); Mon, 22 Aug 2022 17:43:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238228AbiHVVnk (ORCPT ); Mon, 22 Aug 2022 17:43:40 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 315CD12A9E for ; Mon, 22 Aug 2022 14:43:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8D864B81981 for ; Mon, 22 Aug 2022 21:43:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 363D5C433D6; Mon, 22 Aug 2022 21:43:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661204613; bh=vyCQOC9aeehJrVxC0QvVL4+Vz/fWbSKxqQbCRGTvDBw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rXsrEx0M/iztHhh7jj6Co0w/euV6hKYloaionfBPQTL94PHT4+ri/1XTF0WdV3uDc Z0n9S5nV6kkkl4nylci7+m90yhhzryHxTMsWqNv3JWUoKTFeZ29jIgCaMsRuH4OYzy 1cqEAAl4GpLwp6f3j6ollJT9fBctOEyR/plC46C0ATZYOTNRHG4AXBHwnhpSXosXv9 pq7Lb8pbcfgtburPnS7Wx33Bff4xJDZ55tPpkYWMsmYexl5a8pVon3Sxs081hyCV+v d23To/CDVUxtriAxvav9iBz48Is5vnkA9ZE3Z2ATVW59/e970M23VdHt2lZwUXjJDc Yqwlac3x9Frqg== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oQFCk-004xG9-Td; Mon, 22 Aug 2022 22:43:31 +0100 Date: Mon, 22 Aug 2022 22:43:30 +0100 Message-ID: <87edx8vtrx.wl-maz@kernel.org> From: Marc Zyngier To: Rob Herring Cc: Jean-Philippe Brucker , Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: Re: [PATCH 3/3] dt-bindings: interrupt-controller: arm,gic: Support two address and size cells In-Reply-To: References: <20220822152224.507497-1-jean-philippe@linaro.org> <20220822152224.507497-4-jean-philippe@linaro.org> <87ilmkvz6c.wl-maz@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: robh+dt@kernel.org, jean-philippe@linaro.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 22 Aug 2022 20:50:16 +0100, Rob Herring wrote: > > On Mon, Aug 22, 2022 at 2:46 PM Marc Zyngier wrote: > > > > On Mon, 22 Aug 2022 16:22:24 +0100, > > Jean-Philippe Brucker wrote: > > > > > > It should be valid for a GICv2m node, child of a GICv2 node, to use two > > > cells per reg address and size. The QEMU virt device-tree currently > > > fails validation because the schema imposes a single address and size > > > cell. Amend the rule. > > > > > > Signed-off-by: Jean-Philippe Brucker > > > > Acked-by: Marc Zyngier > > Did you want me to pick these up? If not: > > Reviewed-by: Rob Herring Yes, please. M. -- Without deviation from the norm, progress is not possible.