From nobody Fri Jun 19 06:16:53 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 40725C433F5 for ; Thu, 7 Apr 2022 07:44:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242058AbiDGHqT (ORCPT ); Thu, 7 Apr 2022 03:46:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231560AbiDGHqQ (ORCPT ); Thu, 7 Apr 2022 03:46:16 -0400 Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 15CDB13D41; Thu, 7 Apr 2022 00:44:15 -0700 (PDT) Received: from unknown (HELO kinkan2-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 07 Apr 2022 16:44:15 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan2-ex.css.socionext.com (Postfix) with ESMTP id 48D242058443; Thu, 7 Apr 2022 16:44:15 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 7 Apr 2022 16:44:15 +0900 Received: from plum.e01.socionext.com (unknown [10.212.243.119]) by kinkan2.css.socionext.com (Postfix) with ESMTP id C0DBCB62B7; Thu, 7 Apr 2022 16:44:14 +0900 (JST) From: Kunihiko Hayashi To: Vinod Koul , Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [PATCH] dt-bindings: dma: uniphier: Use unevaluatedProperties Date: Thu, 7 Apr 2022 16:44:07 +0900 Message-Id: <1649317447-20996-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 --- .../devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml | 2 +- .../devicetree/bindings/dma/socionext,uniphier-xdmac.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/socionext,uniphier-mio-d= mac.yaml b/Documentation/devicetree/bindings/dma/socionext,uniphier-mio-dma= c.yaml index e7bf6dd7da29..b40f247e07be 100644 --- a/Documentation/devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml +++ b/Documentation/devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml @@ -45,7 +45,7 @@ required: - clocks - '#dma-cells' =20 -additionalProperties: false +unevaluatedProperties: false =20 examples: - | diff --git a/Documentation/devicetree/bindings/dma/socionext,uniphier-xdmac= .yaml b/Documentation/devicetree/bindings/dma/socionext,uniphier-xdmac.yaml index 371f18773198..b2bd21cbeb7f 100644 --- a/Documentation/devicetree/bindings/dma/socionext,uniphier-xdmac.yaml +++ b/Documentation/devicetree/bindings/dma/socionext,uniphier-xdmac.yaml @@ -40,7 +40,7 @@ properties: minimum: 1 maximum: 16 =20 -additionalProperties: false +unevaluatedProperties: false =20 required: - compatible --=20 2.25.1