From nobody Fri Jun 19 06:16:20 2026 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 A3988C433EF for ; Thu, 7 Apr 2022 07:47:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242137AbiDGHtw (ORCPT ); Thu, 7 Apr 2022 03:49:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242169AbiDGHts (ORCPT ); Thu, 7 Apr 2022 03:49:48 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CC5B4EACB2; Thu, 7 Apr 2022 00:47:48 -0700 (PDT) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 07 Apr 2022 16:47:48 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 499972058B50; Thu, 7 Apr 2022 16:47:48 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 7 Apr 2022 16:47:48 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id E6C82B62B7; Thu, 7 Apr 2022 16:47:47 +0900 (JST) From: Kunihiko Hayashi To: Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH] dt-bindings: interrrupt-controller: uniphier-aidet: Use unevaluatedProperties Date: Thu, 7 Apr 2022 16:47:44 +0900 Message-Id: <1649317664-21391-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This refers common bindings, so this is preferred for unevaluatedProperties instead of additionalProperties. Signed-off-by: Kunihiko Hayashi --- .../bindings/interrupt-controller/socionext,uniphier-aidet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/socione= xt,uniphier-aidet.yaml b/Documentation/devicetree/bindings/interrupt-contro= ller/socionext,uniphier-aidet.yaml index f89ebde76dab..77f2d58a9c3f 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/socionext,unip= hier-aidet.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/socionext,unip= hier-aidet.yaml @@ -49,7 +49,7 @@ required: - interrupt-controller - '#interrupt-cells' =20 -additionalProperties: false +unevaluatedProperties: false =20 examples: - | --=20 2.25.1