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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3A236C27C4F for ; Fri, 21 Jun 2024 08:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From: Date:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EhrhRwtGsi2pHR8fhetUe9sDeZ+ONzbqYdo/LWXiTpI=; b=kn3twBqc0d667Jp/txLlSSXxfM n+07v/oDl6n+gece4UzYt1P9jxlY97PXElii8nFLjch7zrPlfBa4JAdCOBPYQrphqibWzRhZ08YgQ 81t3K57aivflEABOQgY798a6qxS+Hpj2009l1YjOTJqshHHZrFD3P39tFS9rHYLVK5uqZRWYtLKu2 08GARm7k0ND6pqzvRobK7gbE64BDOuvO7cJ25oNKaZEk90apNKq0g7DUhJ5wPCJpsp78YHYIrIfAx uAkiIdN4+QNeqZJ0A645h1NEs1zuAFitB29rq4iPP+Aazz5al/Her08pQN1NHgO57INIBQ6Y8bpFA voLAPfrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKZkh-00000008Mal-1mjE; Fri, 21 Jun 2024 08:36:11 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKZke-00000008Ma2-0829 for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2024 08:36:09 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id D8CBBCE01DC; Fri, 21 Jun 2024 08:36:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3FD8C2BBFC; Fri, 21 Jun 2024 08:36:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718958965; bh=YIxf2v7PXe0qm7GK2saOC7yphClAuCAtGSPPVbPL1co=; h=Date:From:List-Id:To:Subject:In-Reply-To:References:From; b=Bf6A26abLMa64pK3Io0zbjmfJGCFAY1Ec/wLF3Sppdh08ZQTX6+xm2rYDMohDFQ5v iECAukB9pNc02QpB7u+Oh9iUX8f9/RTsHyZSmKDXoK+p9tRbORRxTdeLoMVuCtyQLA GFyO/Ji6v80iAktqq0nuksnkzEvnsh1cSfxHXnBFelSccUy0uZrjnBYdC30Z0a8HAT wy243OMtIWLTercZfdLp/OwqaK1GRvIRmCQ21BxWzkyn5D1opzh4hJTUK2DuA61owt jyHVLSml2/wIWhA0al2bu2pFufUUbQwoeVfLE2DABn9vNvGfksQG2mkg1G/MXi8b4c fSD05Lr1avXFA== Date: Fri, 21 Jun 2024 10:35:59 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, soc@kernel.org, Thomas Gleixner Subject: Re: [PATCH 2/2] dt-bindings: interrupt-controller: convert marvell,mpic binding to YAML Message-ID: <20240621103559.3a816f2f@dellmb> In-Reply-To: <20240621082313.6605-1-kabel@kernel.org> References: <20240621080719.20380-1-kabel@kernel.org> <20240621082313.6605-1-kabel@kernel.org> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240621_013608_265599_2587C3D3 X-CRM114-Status: UNSURE ( 6.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 21 Jun 2024 10:23:13 +0200 Marek Beh=C3=BAn wrote: > +required: > + - compatible > + - reg > + - interrupt-controller > + - msi-controller Hm, #interrupt-cells is also required. Will add in v2.