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 DAF0BC28D13 for ; Mon, 22 Aug 2022 19:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235391AbiHVTrE (ORCPT ); Mon, 22 Aug 2022 15:47:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237051AbiHVTq7 (ORCPT ); Mon, 22 Aug 2022 15:46:59 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 699E14F67E for ; Mon, 22 Aug 2022 12:46:57 -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 sin.source.kernel.org (Postfix) with ESMTPS id C33F5CE127F for ; Mon, 22 Aug 2022 19:46:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9DD6BC433D6; Mon, 22 Aug 2022 19:46:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661197613; bh=Zmdmv3e6parrTXY4nYT4YbfoCMxDbNqZ5rehKSL1U14=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RlLSO8UqO4fu95ZP5VfALJ0QDQWwc8V6PGWy7zwKSqiB3Rp4FjrME93lkxQPIMHHG 91Bx1Dc0/FfYxX4cReO9kanBFEW9T4D7lxwPo+jseeZ3cI8SOpk/bgb98oY89E2whb ZIqlcJpis0wbABpsP/swvwoODdBKL88O2ZWZJgOomaiGZ3fzLZybl5X4QeXT7E/6Yd pQh8AQZK8YPGcX6CB/vx1TEmrz2//4tHIs7x8YvtRzF8QV6Xtb5CPB2p3eNb6X8oqf W6dldOkzJX1/Iz+2pyqXNbAp3STM/GGlCi1obBmtEE4yAOnU6NeQdYv3s5NCY2YRKO jEbNHrpW62Bpw== 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 1oQDNr-004w5s-Bf; Mon, 22 Aug 2022 20:46:51 +0100 Date: Mon, 22 Aug 2022 20:46:51 +0100 Message-ID: <87ilmkvz6c.wl-maz@kernel.org> From: Marc Zyngier To: Jean-Philippe Brucker Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org Subject: Re: [PATCH 3/3] dt-bindings: interrupt-controller: arm,gic: Support two address and size cells In-Reply-To: <20220822152224.507497-4-jean-philippe@linaro.org> References: <20220822152224.507497-1-jean-philippe@linaro.org> <20220822152224.507497-4-jean-philippe@linaro.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: jean-philippe@linaro.org, robh+dt@kernel.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 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 M. -- Without deviation from the norm, progress is not possible.