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 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E0C7BC433EF for ; Wed, 13 Jul 2022 19:09:54 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 2D1E61744; Wed, 13 Jul 2022 21:09:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 2D1E61744 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1657739392; bh=gvLxnwfcYf9Y3pRiZZFQ5lvdAiPOEjFM76rkyvYZ7C0=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=sqhGqsOZDGmDAg1Wv6GF3toJ/loQyHGCr9jG/yww4bypYAexzOzZ98opVuAW9w0l8 MTmgdYuBtzVW2SiKPDUKtwahJWKMxwDTX/PfOdzBQ5M5p0NbiWs7AvcQkpCshMdzH/ uScj72krzBFFIQFedzmPUx9O6you5v5mqObYy42U= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AC25DF8019B; Wed, 13 Jul 2022 21:09:01 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A7F3CF80249; Wed, 13 Jul 2022 21:08:59 +0200 (CEST) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 923BEF800AA for ; Wed, 13 Jul 2022 21:08:51 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 923BEF800AA Received: by mail-io1-f48.google.com with SMTP id p128so11797323iof.1 for ; Wed, 13 Jul 2022 12:08:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=gPp4fL4X3RNG52iSlBWKs2UeWMn8GTEKPSSMMNjkH1U=; b=Se0saM8R+DAKaXaF1l/qQieTACIfEGloN2r/Q73pldmJHQZ7iG7R1b/i85c+GX4D2B toIr+RPF8OgvRUBulU74aCSi45SFKPYlp4Q5b56hu1cUgxm1JDZEGh/yTA/rJ5aslnrp QaKy/vWNiLedNTHopLzusPqW0MEEsr8j4I68Npvkcls3l5Pv11+bFM6y6tez5F52OvC/ 19jl+6/YrkBOpZ+ufA4+ChIoyV0kz6PNiawupen1UkjO5bFLoiiYiT9Vn2IxSDWcByIB dxJdAZZFoKc30qDwl/1qNhc69mC/n34UuNvyAFl9Gn9S1na56WZLRUUSvWuQCivJ+eh3 tP1g== X-Gm-Message-State: AJIora+6KeWJ5MUBNQ4tC8ZcO9b5BpkK9VEZtJHLTPWDKWNhhtW7Eicx 7NLGc3kUrrrNBVHpsTC6cQ== X-Google-Smtp-Source: AGRyM1tgUY0yKG9P+IdNnaJ3ki7q6couzh1ID98oZ135ss6SXwXJQaykZeC8PS/uAXkXV0PG2IJogg== X-Received: by 2002:a05:6638:4185:b0:33d:c7da:b119 with SMTP id az5-20020a056638418500b0033dc7dab119mr2732685jab.101.1657739329931; Wed, 13 Jul 2022 12:08:49 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id h41-20020a022b29000000b0033f0a3a5fbbsm5566358jaa.175.2022.07.13.12.08.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 12:08:49 -0700 (PDT) Received: (nullmailer pid 246144 invoked by uid 1000); Wed, 13 Jul 2022 19:08:47 -0000 From: Rob Herring To: Ryan.Wanner@microchip.com In-Reply-To: <20220713162538.139115-1-Ryan.Wanner@microchip.com> References: <20220713162538.139115-1-Ryan.Wanner@microchip.com> Subject: Re: [PATCH] ASoC: dt-bindings: atmel-i2s: Convert to json-schema Date: Wed, 13 Jul 2022 13:08:47 -0600 Message-Id: <1657739327.994394.246143.nullmailer@robh.at.kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, nicolas.ferre@microchip.com, robh+dt@kernel.org, lgirdwood@gmail.com, broonie@kernel.org, krzysztof.kozlowski+dt@linaro.org, claudiu.beznea@microchip.com, linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, 13 Jul 2022 09:25:38 -0700, Ryan.Wanner@microchip.com wrote: > From: Ryan Wanner > > Convert atmel i2s devicetree binding to json-schema. > Change file name to match json-schema naming. > > Signed-off-by: Ryan Wanner > --- > .../bindings/sound/atmel,sama5d2-i2s.yaml | 83 +++++++++++++++++++ > .../devicetree/bindings/sound/atmel-i2s.txt | 46 ---------- > 2 files changed, 83 insertions(+), 46 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/atmel,sama5d2-i2s.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/atmel-i2s.txt > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ i2s@fc04c000: 'assigned-parrents' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/at91-kizbox3-hs.dtb arch/arm/boot/dts/at91-sama5d27_som1_ek.dtb arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dtb arch/arm/boot/dts/at91-sama5d2_icp.dtb arch/arm/boot/dts/at91-sama5d2_ptc_ek.dtb arch/arm/boot/dts/at91-sama5d2_xplained.dtb