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 6BFAAC433EF for ; Fri, 3 Sep 2021 17:52:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3ED3B60F90 for ; Fri, 3 Sep 2021 17:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235425AbhICRxj (ORCPT ); Fri, 3 Sep 2021 13:53:39 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:38417 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231483AbhICRxj (ORCPT ); Fri, 3 Sep 2021 13:53:39 -0400 Received: by mail-oi1-f174.google.com with SMTP id u25so160868oiv.5 for ; Fri, 03 Sep 2021 10:52:39 -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=Ab+TOfSW9tqy1GvA7+jr5WcKpyI0xKVbDiDjcxTGaRQ=; b=QpFxQvlemcSgj2nXLFKqHUSIw+kiv911U/UuoVR3hhMzoRN/PhoqFClenqQpx+gsDJ +uNEX4fb3dleB7F2TpEuvkgzod3MGi/09hyhQBZHN/++y6xbI3rI9MYKpz1XAn4JLg4V kse8Gk+HM++rXZytuapUhZ1CtgMEZU1UUBomOFNnUp5rq8hd5GI2eU6Fb33+2u0MFVcX dyYqAZeKDJX3l1u9k4L1fZpuzCKi8dtsvR/Sm63OW2FfxKkxBZmVi8IEIklgs2hPmlDW TyRzQInvA+msHknE3tx421AEbPGccP9tQg0+mC1QBpqheln9UnDvbPk9R93JqGVF3n8W CIkg== X-Gm-Message-State: AOAM531K1O7QA4JkUbF4d/KPB7zpPul484D1NS5HKN9i2GvWns23ajv5 FVrLZFyOmQK+hVO5QA1/Qw== X-Google-Smtp-Source: ABdhPJynHisMcXt6Cjq5kcgTxfZ0dwcJc53BrDE8xZsXZNGv8gvY6NKOhq8Gd/AL8RP/wVHKqERS+g== X-Received: by 2002:a05:6808:494:: with SMTP id z20mr27434oid.103.1630691558782; Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f25sm7895otp.2.2021.09.03.10.52.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: (nullmailer pid 3166874 invoked by uid 1000); Fri, 03 Sep 2021 17:52:37 -0000 Date: Fri, 3 Sep 2021 12:52:37 -0500 From: Rob Herring To: Maxime Ripard Cc: Liam Girdwood , Samuel Holland , alsa-devel@alsa-project.org, Frank Rowand , Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Mark Brown Subject: Re: [PATCH v2 02/52] ASoC: dt-bindings: Convert Bluetooth SCO Link binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-3-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:02 +0200, Maxime Ripard wrote: > Bluetooth SCO Link are supported by Linux with a matching device tree > binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: alsa-devel@alsa-project.org > Cc: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Samuel Holland > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Accept either a 0 or 1 #sound-dai-cells > --- > .../devicetree/bindings/sound/bt-sco.txt | 13 ------- > .../bindings/sound/linux,bt-sco.yaml | 38 +++++++++++++++++++ > 2 files changed, 38 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/bt-sco.txt > create mode 100644 Documentation/devicetree/bindings/sound/linux,bt-sco.yaml > Reviewed-by: Rob Herring