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=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 5CF98C432BE for ; Fri, 23 Jul 2021 21:39:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F47060F02 for ; Fri, 23 Jul 2021 21:39:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232216AbhGWU6m (ORCPT ); Fri, 23 Jul 2021 16:58:42 -0400 Received: from mail-io1-f46.google.com ([209.85.166.46]:40824 "EHLO mail-io1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231350AbhGWU6k (ORCPT ); Fri, 23 Jul 2021 16:58:40 -0400 Received: by mail-io1-f46.google.com with SMTP id m13so4183730iol.7; Fri, 23 Jul 2021 14:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rIhYYXxukLgg8TD2NbXNlHlkw0nYJkZGtnmLs/1uf8I=; b=nY8I7AmqO0oxWr6Xzp8Z3tc13cF+DGgDEVqI6F3ilWtg3HdvwjxSsX+XKSKdFI4XLG pgdvSBRej1PZ/6ZFOasWHMJP1B4RlSU+LcS8jyRF640Ch5QXTUtSGa5gKBIr693XXYx8 EvlT1rZnEGedjFPwOJTEmq61FGQ3daAs9azo7SqI7odyvy3hKo+Fa2ysGqEgYx1iB5lI bTj/r8dz7nI58crZQQWrqzsBjN1LDHU5zzPEAZYlUfv66Gv9kelwxOSWbUgc2MxovD22 Q+LbafbdD0Yodyv7OfrroNkkEU7XdDqDpFneFFhYWB77ryX+ht4qAT3g0bpXoz5Kdxzw iTnw== X-Gm-Message-State: AOAM531f7YZAAWnIbrWkiv5m0fOW9VSUAn4zC9+9EXc5uNDNfALmU8MH z4EOy8D1Skrsti4dnXHqrA== X-Google-Smtp-Source: ABdhPJy+Tfje0G1Mfg/je5d9v76xYoo1B0reyeAtMDY7fjK6/ymMSUYAVvXKfey5xPgIiGR7ginAuA== X-Received: by 2002:a02:ca58:: with SMTP id i24mr5745966jal.101.1627076352997; Fri, 23 Jul 2021 14:39:12 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n14sm16400043ili.22.2021.07.23.14.39.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:39:12 -0700 (PDT) Received: (nullmailer pid 2635349 invoked by uid 1000); Fri, 23 Jul 2021 21:39:10 -0000 Date: Fri, 23 Jul 2021 15:39:10 -0600 From: Rob Herring To: Maxime Ripard Cc: "David S. Miller" , netdev@vger.kernel.org, Chen-Yu Tsai , Frank Rowand , linux-sunxi@googlegroups.com, Alistair Francis , devicetree@vger.kernel.org, Vasily Khoruzhick , linux-arm-kernel@lists.infradead.org, Jernej Skrabec , Rob Herring , Jakub Kicinski Subject: Re: [PATCH 08/54] dt-bindings: bluetooth: realtek: Add missing max-speed Message-ID: <20210723213910.GA2635297@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-9-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-9-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 21 Jul 2021 16:03:38 +0200, 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. > > Even though the ideal solution would be to use unevaluatedProperties > instead, it's not pratical due to the way the bus bindings have been > described. Let's add max-speed to remove the warning. > > Cc: Alistair Francis > Cc: "David S. Miller" > Cc: Jakub Kicinski > Cc: netdev@vger.kernel.org > Cc: Vasily Khoruzhick > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring 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=-15.5 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 813A7C4338F for ; Fri, 23 Jul 2021 21:40:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 50BA460F02 for ; Fri, 23 Jul 2021 21:40:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 50BA460F02 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QUGMPbXEqwbMbSZBfV0HkiiXeNgUjdi7rHTcOmgEaj4=; b=KiRW2wQK5OyZCp 143SU7TcbovIrYQg8QXX1zsw4FJ9Y0eQ5zh1m/mOEcgTUElEMb1QX8mzzRcF1ziSMpOCHqXuP2omJ AbT/78c8rKt8I94IZOsfzcjDi9BBfuDUqXH5J2JTKWEUOMB2vbvG2P6xXHC7FauQixLyWj1rSOwWY kPhfGblDxGZnJjFw8i7q7YKCHu2085sqPylk08GF8btz9ijmOxQJtVaxgkBoyw/3DLXx0kzK3HwAk GRxYTvHzqfLEj+r6+Kb09JLusrlmstV4JYSdkD+CyMBjiZF0HyglpmOeaxO2lB1tzNGv8iabnk8l3 6fCfLIxNSPxNfYz6+czA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m72t6-005yo7-HP; Fri, 23 Jul 2021 21:39:20 +0000 Received: from mail-io1-f46.google.com ([209.85.166.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m72t1-005yls-SU for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:39:17 +0000 Received: by mail-io1-f46.google.com with SMTP id y200so4278666iof.1 for ; Fri, 23 Jul 2021 14:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rIhYYXxukLgg8TD2NbXNlHlkw0nYJkZGtnmLs/1uf8I=; b=BQWjuMhqBxylsRoS2yowdNHPlsQj4G1Dibw3GiziKeUsAlhmLIKKQeGTaUK4WyJQr7 tL0WdZwuFG8TRafe6jJSqS40rifVs37uD1b0v6BnXlJzbXzeM9HXDl9lR8fEyi3rhWqC f12p2xv0W65sSbryUyoeJjsS8+uSe7iTg8poR7F91YkjX+vDEtILLMKXJrHAs6tkqxNB rle8nlA5sACKwjrSP9Ou0Zddhj9Nf4/VS4CpFcJEAEyBdZ4Lt3TMyvzZtgQ2xmeACF0T LHHOK/62B3rCp3YxLGI3NdcjLyJUTUaFuESjYdFh2hf1WlnZfWr3iYqlPW6J7VmIQt0t U0zA== X-Gm-Message-State: AOAM5313K9nyrEIlTPg3mfoQCc+Z8w88+nVICu4v3GLvkamUJHQkeHtN 7LpzWvGa1gsWBNNFm57T9w== X-Google-Smtp-Source: ABdhPJy+Tfje0G1Mfg/je5d9v76xYoo1B0reyeAtMDY7fjK6/ymMSUYAVvXKfey5xPgIiGR7ginAuA== X-Received: by 2002:a02:ca58:: with SMTP id i24mr5745966jal.101.1627076352997; Fri, 23 Jul 2021 14:39:12 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n14sm16400043ili.22.2021.07.23.14.39.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:39:12 -0700 (PDT) Received: (nullmailer pid 2635349 invoked by uid 1000); Fri, 23 Jul 2021 21:39:10 -0000 Date: Fri, 23 Jul 2021 15:39:10 -0600 From: Rob Herring To: Maxime Ripard Cc: "David S. Miller" , netdev@vger.kernel.org, Chen-Yu Tsai , Frank Rowand , linux-sunxi@googlegroups.com, Alistair Francis , devicetree@vger.kernel.org, Vasily Khoruzhick , linux-arm-kernel@lists.infradead.org, Jernej Skrabec , Rob Herring , Jakub Kicinski Subject: Re: [PATCH 08/54] dt-bindings: bluetooth: realtek: Add missing max-speed Message-ID: <20210723213910.GA2635297@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-9-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-9-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_143916_005451_91A1AA6B X-CRM114-Status: GOOD ( 14.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Wed, 21 Jul 2021 16:03:38 +0200, 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. > > Even though the ideal solution would be to use unevaluatedProperties > instead, it's not pratical due to the way the bus bindings have been > described. Let's add max-speed to remove the warning. > > Cc: Alistair Francis > Cc: "David S. Miller" > Cc: Jakub Kicinski > Cc: netdev@vger.kernel.org > Cc: Vasily Khoruzhick > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel