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 7F088C28D13 for ; Mon, 22 Aug 2022 19:47:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232754AbiHVTrt (ORCPT ); Mon, 22 Aug 2022 15:47:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231745AbiHVTrs (ORCPT ); Mon, 22 Aug 2022 15:47:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 112445004F for ; Mon, 22 Aug 2022 12:47:48 -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 dfw.source.kernel.org (Postfix) with ESMTPS id ABB4861244 for ; Mon, 22 Aug 2022 19:47:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1713EC433D7; Mon, 22 Aug 2022 19:47:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661197667; bh=lLDBl/9s0oQMx/zouO/HiWUNJOzlfCXaky/29Kmml/c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=M4J0yJtVtjY4Fry4m6/q223M8COWrj649Jlmf7utzgKAJuS/Q9qfKGNO1TpYP1Ifl o81FIenUEeu+S0u8lqf1wdyMBPySJsQgtMHgzY/dhq3M2H++H4hPQyEhubJlgeAUf+ jKj6Vc/TOumDmItBQuXGWNoqb7Agv18gqrQanTZLs4Qy9yv+JUE2Gq4USog/1MH+Eg 0Eount1v43D46PP8PYPifj/aBsl9r8d/1HMhMVYkIfuSWrPyO76jtziwyl2ZmMRAkJ /vfBDAqGP6aMl8831rRRczOAnhYYZILqumwBE0cWYX2eHFqxnLbvCYse/QRi5KdbJA qmU6kw63bs1Zg== 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 1oQDOj-004w6L-0Z; Mon, 22 Aug 2022 20:47:45 +0100 Date: Mon, 22 Aug 2022 20:47:44 +0100 Message-ID: <87h724vz4v.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 2/3] dt-bindings: interrupt-controller: arm,gic-v3: Make 'interrupts' optional In-Reply-To: <20220822152224.507497-3-jean-philippe@linaro.org> References: <20220822152224.507497-1-jean-philippe@linaro.org> <20220822152224.507497-3-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:23 +0100, Jean-Philippe Brucker wrote: > > A GICv3 implementation without virtualization, such as the base QEMU > virt machine (without -M virtualization=on), does not issue maintenance > interrupts. Therefore its device-tree node does not need an 'interrupts' > property. Currently, validating the QEMU virt device-tree throws a > warning that 'interrupts' is missing. Make it optional. > > Signed-off-by: Jean-Philippe Brucker Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.