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 X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 909A5C4727F for ; Tue, 6 Oct 2020 10:02:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 47FF72080A for ; Tue, 6 Oct 2020 10:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726561AbgJFKCc (ORCPT ); Tue, 6 Oct 2020 06:02:32 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2959 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725939AbgJFKC3 (ORCPT ); Tue, 6 Oct 2020 06:02:29 -0400 Received: from lhreml710-chm.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id 339F145D8CC503B2B5EB; Tue, 6 Oct 2020 11:02:25 +0100 (IST) Received: from localhost (10.52.123.13) by lhreml710-chm.china.huawei.com (10.201.108.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Tue, 6 Oct 2020 11:02:22 +0100 Date: Tue, 6 Oct 2020 11:00:36 +0100 From: Jonathan Cameron To: Rob Herring CC: , , Albert Ou , Alessandro Zummo , "Andrew Lunn" , Bjorn Helgaas , Chanwoo Choi , Daniel Lezcano , "David S. Miller" , , "Dmitry Torokhov" , , Greg Kroah-Hartman , Heiner Kallweit , Jakub Kicinski , Jason Cooper , Jens Axboe , Jonathan Cameron , Krzysztof Kozlowski , "Lars-Peter Clausen" , Laurent Pinchart , Lee Jones , Liam Girdwood , Linus Walleij , Marc Kleine-Budde , "Marc Zyngier" , Mark Brown , "Mathieu Poirier" , Mauro Carvalho Chehab , Miquel Raynal , "MyungJoo Ham" , Palmer Dabbelt , "Paul Walmsley" , Pavel Machek , "Peter Meerwald-Stadler" , Richard Weinberger , Sam Ravnborg , Sebastian Reichel , Srinivas Kandagatla , Stephen Boyd , Thierry Reding , "Thomas Bogendoerfer" , Thomas Gleixner , Ulf Hansson , "Vignesh Raghavendra" , Vinod Koul , Viresh Kumar , Vivien Didelot , "Wim Van Sebroeck" , Wolfgang Grandegger , Zhang Rui , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas Message-ID: <20201006100036.00007ec7@Huawei.com> In-Reply-To: <20201005183830.486085-5-robh@kernel.org> References: <20201005183830.486085-1-robh@kernel.org> <20201005183830.486085-5-robh@kernel.org> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.52.123.13] X-ClientProxiedBy: lhreml716-chm.china.huawei.com (10.201.108.67) To lhreml710-chm.china.huawei.com (10.201.108.61) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Mon, 5 Oct 2020 13:38:30 -0500 Rob Herring wrote: > In order to add meta-schema checks for additional/unevaluatedProperties > being present, all schema need to make this explicit. As common/shared > schema are included by other schemas, they should always allow for > additionalProperties. > > Signed-off-by: Rob Herring > Documentation/devicetree/bindings/iio/common.yaml | 2 ++ For IIO Acked-by: Jonathan Cameron > ...