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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 8E950C43381 for ; Thu, 14 Jan 2021 22:55:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DEBF23A5C for ; Thu, 14 Jan 2021 22:55:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730840AbhANWyt (ORCPT ); Thu, 14 Jan 2021 17:54:49 -0500 Received: from mail-oo1-f41.google.com ([209.85.161.41]:35718 "EHLO mail-oo1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730835AbhANWyt (ORCPT ); Thu, 14 Jan 2021 17:54:49 -0500 Received: by mail-oo1-f41.google.com with SMTP id s19so1775383oos.2 for ; Thu, 14 Jan 2021 14:54:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=34AMVK93rgPDwGuNVgNxJ7NzIYYLGU8YZBtsafOkccc=; b=EWMGMOeZ7ceqQaqJZFxrgjCVw0uZ4HYY85HOtO3ybPdRzEKChSu2MhJAHcWqx0pb4c iWALjUKpK7INeIcA+Z1LsmNJFwUkhEHgPZAnxxiCgn+8JaA7q9I1/nf81cMNPg1WgadU Q/t6VDqxgE0h2xDPd4XWdCGdyTOpYjnPFCnKUGfuU9NTcy+JDtu1GgUYVERxM/wwV6x5 MeKc+ma2D0W/Vj87PZ4K0ho7oMapNQzgONEFhf5Jqmbr9Zlbacsm+us86tSBZyXuBQRU uSNfM101h9/JdSpD9e+vBK7t/XjQSQRWVVPxEbtbOSFkld+UuInr0XplO8TWIZo/Cv7B v97A== X-Gm-Message-State: AOAM530zso2tF1XL+OIPr7zRXt+GsTFdRX5TVBir19MdHLO7DCzMVLXI G9aalcatvCfBVvT7lh1PWQ== X-Google-Smtp-Source: ABdhPJwpjXLAH+CutZqlx3/2gM2esvoRo16QBCF85CzJ1/Mjt85sRFQIRXsiPCLykRV7ydZIlCjJ1g== X-Received: by 2002:a4a:c692:: with SMTP id m18mr6114671ooq.59.1610664848801; Thu, 14 Jan 2021 14:54:08 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l12sm1364789ooq.22.2021.01.14.14.54.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jan 2021 14:54:07 -0800 (PST) Received: (nullmailer pid 3797257 invoked by uid 1000); Thu, 14 Jan 2021 22:54:06 -0000 From: Rob Herring To: Maxime Ripard Cc: Jernej Skrabec , Rob Herring , Vasily Khoruzhick , Frank Rowand , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , Alistair Francis In-Reply-To: <20210114113538.1233933-5-maxime@cerno.tech> References: <20210114113538.1233933-1-maxime@cerno.tech> <20210114113538.1233933-5-maxime@cerno.tech> Subject: Re: [PATCH 05/19] dt-bindings: bluetooth: realtek: Switch to unevaluatedProperties Date: Thu, 14 Jan 2021 16:54:06 -0600 Message-Id: <1610664846.670175.3797255.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 14 Jan 2021 12:35:24 +0100, Maxime Ripard wrote: > additionalProperties prevent any property not explicitly defined in the > binding to be used. Yet, some serial properties like max-speed are valid > and validated through the serial/serial.yaml binding. > > Let's change additionalProperties to unevaluatedProperties to avoid > spurious warnings. > > Cc: Alistair Francis > Cc: Vasily Khoruzhick > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml: 'additionalProperties' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml: ignoring, error in schema: warning: no schema found in file: ./Documentation/devicetree/bindings/net/realtek-bluetooth.yaml See https://patchwork.ozlabs.org/patch/1426311 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 A4EEBC433DB for ; Thu, 14 Jan 2021 22:55:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 67FA023A59 for ; Thu, 14 Jan 2021 22:55:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67FA023A59 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fuN+dmsEBLsULAZxPZKM5sB2d0wYO2fju2+lnaznkvE=; b=2lQ6VtKhjaZwPEeFmh5fYv4Ooo BWDdI/P06BzHvHY26AJFvpCkV8LcSaVNmV99gWzMX5f/z6tyG//SCBntW8BLnrLYSQ9tLDOmE1lgd nHV7CFe2UuXENwkDz1i+wXVSyxUgT0UIOWYLfr3lORZ6B3ncDEq2IBsGTq/TnnS5HDloZC4ZKP3yM bcgt5fpLU4Yy/BzFFP/lMOSoYsln8Tf2diHxnk5HUoI7ZylSbrUkXV8yX0uz99lCoH4ZwksUBuiDZ sgirIpkJ5GguT2Lww+vsClQrjl/VwKK+qsScMgoRqP8l87CWbaspHBpi5Qox3Fdb3NIj5JtftTbbm gJETzEuA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0BVN-0003dk-4c; Thu, 14 Jan 2021 22:54:13 +0000 Received: from mail-oo1-f47.google.com ([209.85.161.47]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0BVJ-0003dR-PC for linux-arm-kernel@lists.infradead.org; Thu, 14 Jan 2021 22:54:11 +0000 Received: by mail-oo1-f47.google.com with SMTP id j8so1774336oon.3 for ; Thu, 14 Jan 2021 14:54:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=34AMVK93rgPDwGuNVgNxJ7NzIYYLGU8YZBtsafOkccc=; b=KB4QaTDdmnSKajd+QzcLfIeQwXJfV2WOM+RWwUXh38+yG/LGxHLPMGaQlx8ylgHdvs N/gRek9JwvtYRxYTHpNeZfA9qTZHmBUe47P7hBASFIRvo0w3jwIvO0yGh5jdQXSnZJT7 7L35tMm9TEXrWhGxbqz2fbHb0GiRtltp25AqJOI6dUMJb+yBpgbzgVGDFA70AIuPWDdO P8sRti2Ozv5qH0LVP4Cu1yxFHvgG3hEVe5I/9P9vohM3j6AIvO5/htYW6bN77PoMPfKg PRU4mfbzZfRLOm4ku1ydUmhimQZvadGYVeL5CwgmtybAMSWlyx34bymq7JhPJldt5Wxg 2wog== X-Gm-Message-State: AOAM530NsaNXYwnF0PevoeUE4FTO3r5ASI6ua3BV1X1vavcPBsN07VI1 XD20ppSZwHFvJ0f+qjGGTBqB/IOQAA== X-Google-Smtp-Source: ABdhPJwpjXLAH+CutZqlx3/2gM2esvoRo16QBCF85CzJ1/Mjt85sRFQIRXsiPCLykRV7ydZIlCjJ1g== X-Received: by 2002:a4a:c692:: with SMTP id m18mr6114671ooq.59.1610664848801; Thu, 14 Jan 2021 14:54:08 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l12sm1364789ooq.22.2021.01.14.14.54.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jan 2021 14:54:07 -0800 (PST) Received: (nullmailer pid 3797257 invoked by uid 1000); Thu, 14 Jan 2021 22:54:06 -0000 From: Rob Herring To: Maxime Ripard In-Reply-To: <20210114113538.1233933-5-maxime@cerno.tech> References: <20210114113538.1233933-1-maxime@cerno.tech> <20210114113538.1233933-5-maxime@cerno.tech> Subject: Re: [PATCH 05/19] dt-bindings: bluetooth: realtek: Switch to unevaluatedProperties Date: Thu, 14 Jan 2021 16:54:06 -0600 Message-Id: <1610664846.670175.3797255.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210114_175410_437859_CE9BFFB0 X-CRM114-Status: GOOD ( 14.14 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jernej Skrabec , Alistair Francis , Vasily Khoruzhick , Chen-Yu Tsai , Rob Herring , Frank Rowand , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 14 Jan 2021 12:35:24 +0100, Maxime Ripard wrote: > additionalProperties prevent any property not explicitly defined in the > binding to be used. Yet, some serial properties like max-speed are valid > and validated through the serial/serial.yaml binding. > > Let's change additionalProperties to unevaluatedProperties to avoid > spurious warnings. > > Cc: Alistair Francis > Cc: Vasily Khoruzhick > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml: 'additionalProperties' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml: ignoring, error in schema: warning: no schema found in file: ./Documentation/devicetree/bindings/net/realtek-bluetooth.yaml See https://patchwork.ozlabs.org/patch/1426311 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel