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 B6D31C433F5 for ; Thu, 17 Mar 2022 14:52:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235256AbiCQOyE (ORCPT ); Thu, 17 Mar 2022 10:54:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231468AbiCQOyD (ORCPT ); Thu, 17 Mar 2022 10:54:03 -0400 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1F0F202154; Thu, 17 Mar 2022 07:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1647528764; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IVYJfPU0rzzGa9hX02z9sV1yDGsv5kDMcOfss8bv8eQ=; b=DA60gc/c3O8sCB3ECGs5CZQzjoDCZ/waPK9k7Zq4U7G3cdq3ndgtsDeflLRpFdP5rWBvGm 6ZzEaKzLG70I+KcjgiY8Tf4K21S6xik2OJpvAba9nnqS+tQeil+vC9kxMNsHnFjShS9Jj4 AeKBbEbYiofc5rJMCXES0b70ObmpB/M= Date: Thu, 17 Mar 2022 14:52:28 +0000 From: Paul Cercueil Subject: Re: [PATCH 06/18] dt-bindings: irqchip: ingenic: include generic schema To: Krzysztof Kozlowski Cc: Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Andreas =?iso-8859-1?q?F=E4rber?= , Manivannan Sadhasivam , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Michael Walle , Mark-PK Tsai , Daniel Palmer , Jonathan =?iso-8859-1?q?Neusch=E4fer?= , Palmer Dabbelt , Paul Walmsley , Nishanth Menon , Tero Kristo , Santosh Shilimkar , Neil Armstrong , Dinh Nguyen , Cristian Ciocaltea , Joakim Zhang , Lucas Stach , Jiaxun Yang , Claudiu Beznea , Jason Cooper , Paul Burton , Thomas Bogendoerfer , Birger Koblitz , Bert Vermeulen , John Crispin , Geert Uytterhoeven , Sagar Kadam , Suman Anna , Lokesh Vutla , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, openbmc@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-oxnas@groups.io Message-Id: In-Reply-To: <20220317115705.450427-5-krzysztof.kozlowski@canonical.com> References: <20220317115542.450032-1-krzysztof.kozlowski@canonical.com> <20220317115705.450427-5-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, Le jeu., mars 17 2022 at 12:56:53 +0100, Krzysztof Kozlowski=20 a =E9crit : > Include generic interrupt-controller.yaml schema, which enforces node > naming and other generic properties. >=20 > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Paul Cercueil Cheers, -Paul > --- > .../bindings/interrupt-controller/ingenic,intc.yaml | 5=20 > ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git=20 > a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yam= l=20 > b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yam= l > index 0358a7739c8e..74597a98f86c 100644 > ---=20 > a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yam= l > +++=20 > b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yam= l > @@ -9,6 +9,9 @@ title: Ingenic SoCs interrupt controller devicetree=20 > bindings > maintainers: > - Paul Cercueil >=20 > +allOf: > + - $ref: /schemas/interrupt-controller.yaml# > + > properties: > $nodename: > pattern: "^interrupt-controller@[0-9a-f]+$" > @@ -50,7 +53,7 @@ required: > - "#interrupt-cells" > - interrupt-controller >=20 > -additionalProperties: false > +unevaluatedProperties: false >=20 > examples: > - | > -- > 2.32.0 >=20