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 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D02ECC43334 for ; Wed, 13 Jul 2022 19:10:09 +0000 (UTC) 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: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=e7e6qLdIyxyoWWIHR4hzDJqpDpVq0B+bLQYjwdfdtW0=; b=s+7P4qUpzPOScm8mpNcU/guPv2 Bzr7a8iZG/u914MxfyuIm5rCjBeAiyy7VFOGbq0J4IEYnLFMO+GiH+Vozvrs/+zOkraCkJl6BUE33 kOTgliaEUw6WbMitpkgmOmjVDIzdOLOXYJ7DLjye9YcdAHajBa4TEH4eSpibmGI51ediVXL5h+XN1 kH3DxMVJ+xbtG0bkclWpUfYHYfnxv2mGh8drNwQ2RObDIDY4PcP1RlKJ1ZLUGvfC7YtY1w3qkCkoL rFAaQR8iL+mv76fQattXoxGRQb3hiFzzZn4iLN4wm/qh9RlphjXgntmk/7EzM3eGCn9GUCPdPCcDY IX7F5Deg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oBhjH-007HyY-3m; Wed, 13 Jul 2022 19:08:59 +0000 Received: from mail-io1-f49.google.com ([209.85.166.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oBhjD-007Hv7-A5 for linux-arm-kernel@lists.infradead.org; Wed, 13 Jul 2022 19:08:56 +0000 Received: by mail-io1-f49.google.com with SMTP id p81so1742268iod.2 for ; Wed, 13 Jul 2022 12:08:50 -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=YlbMS9d54VRkifIKbLZIOZqRi1GeqyVJP8vvCrn1Khf3ZWOBSI1pjUkeZQJdMi4lCt PBX3gT8ozSwRtG5CHc3n315kaAHpdLwXp+oyqpbVuPneR5Sdd+D7/IdZ6V5iu6Xk/Vwf SqZ5/dQqzizhAemofCs1I17kjPwqs65nJAG1G4DtgUgRzALLd6T0fSXPjCuAM5IDbeOC cKHJPjCb4Nww1LOPuOOYl1nC9OKZJ5Hhdk4KRQ2xGHTe01iFFwUoBwSlRLM/9x3/nyGE aNsmq5QqK51wuR6aOV8zDkOT8vE6mAaDGT9xZ+t1hf/qthQxsGZy3Ys/srw3lKxN5giC 99XQ== X-Gm-Message-State: AJIora+ieN59jgMbKpuynk5oHHVB5QwRJBiJqnWZzseAuo8HyIi0Pcdy AYXm384hmisr1ahbtImiYQ== 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220713_120855_373299_75520D30 X-CRM114-Status: GOOD ( 11.55 ) 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: , Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, 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 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5C83C43334 for ; Wed, 13 Jul 2022 19:08:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236627AbiGMTIw (ORCPT ); Wed, 13 Jul 2022 15:08:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236689AbiGMTIv (ORCPT ); Wed, 13 Jul 2022 15:08:51 -0400 Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE7512739; Wed, 13 Jul 2022 12:08:50 -0700 (PDT) Received: by mail-io1-f53.google.com with SMTP id u20so11755863iob.8; Wed, 13 Jul 2022 12:08:50 -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=uv27YH5MpIKsASt8dx6h+RFbi/cLznfNbEYCv/hiokoGcVPzENaXbtP4rmMZ2Axdrp LLGVb+M11NQCjW29Kp2gAbBc7PeYEqvS4/SWxA0x9ME1LVERMdZOFOndfQgP6fIjbO09 zlW9VIfMRXv3TnmWJsTv9v5WXHp7imDr4xJY0deLP7EUD0WF6d1E9APJW0u9E76ozCuK l1TzPWSwYQ0FHvhFg8kOBTHcLY5I6JbQRrCdtfBmIy5gegMpL2z+68qsFUr/HZJ+AO7Q ApXHPk8bJVRHNod7Z9Fj1OWKFVqkR0Ucsy/fLcEEXmFDXqI3RpWfsR4TQ+OTVT7p5wz9 4k/g== X-Gm-Message-State: AJIora/+jhFx3ZFKN+k494NDDVvMlXInz2e3UZm37iOqok2Kzc7G798d ZhvxvrRxZAJL5xRa22PAwo/IgyF+vA== 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 Cc: alsa-devel@alsa-project.org, broonie@kernel.org, nicolas.ferre@microchip.com, claudiu.beznea@microchip.com, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, lgirdwood@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, alexandre.belloni@bootlin.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> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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