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 161B5C433EF for ; Thu, 17 Mar 2022 15:09:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234431AbiCQPKq (ORCPT ); Thu, 17 Mar 2022 11:10:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235638AbiCQPKp (ORCPT ); Thu, 17 Mar 2022 11:10:45 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A45E5204C9E; Thu, 17 Mar 2022 08:09:28 -0700 (PDT) X-UUID: 38b6bbde99fe4e84aeb373ab1ed4adbc-20220317 X-UUID: 38b6bbde99fe4e84aeb373ab1ed4adbc-20220317 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1317117794; Thu, 17 Mar 2022 23:09:23 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Thu, 17 Mar 2022 23:09:19 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 17 Mar 2022 23:09:19 +0800 From: Mark-PK Tsai To: CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH 12/18] dt-bindings: irqchip: mstar,mst-intc: include generic schema Date: Thu, 17 Mar 2022 23:09:19 +0800 Message-ID: <20220317150919.2089-1-mark-pk.tsai@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220317115705.450427-11-krzysztof.kozlowski@canonical.com> References: <20220317115705.450427-11-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org > Include generic interrupt-controller.yaml schema, which enforces node > naming and other generic properties. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/interrupt-controller/mstar,mst-intc.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml > index bbf0f26cd008..7cae52490ff5 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml > @@ -16,6 +16,9 @@ description: |+ > The HW block exposes a number of interrupt controllers, each > can support up to 64 interrupts. > > +allOf: > + - $ref: /schemas/interrupt-controller.yaml# > + > properties: > compatible: > const: mstar,mst-intc > @@ -49,7 +52,7 @@ required: > - reg > - mstar,irqs-map-range > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | > -- > 2.32.0 Acked-by: Mark-PK Tsai Thanks.