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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 75E58C352A3 for ; Fri, 14 Feb 2020 00:03:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D8D424671 for ; Fri, 14 Feb 2020 00:03:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727782AbgBNADc (ORCPT ); Thu, 13 Feb 2020 19:03:32 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:22097 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727707AbgBNADc (ORCPT ); Thu, 13 Feb 2020 19:03:32 -0500 Date: 14 Feb 2020 09:03:31 +0900 X-IronPort-AV: E=Sophos;i="5.70,438,1574089200"; d="scan'208";a="39008549" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 14 Feb 2020 09:03:31 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 0AFF24124A91; Fri, 14 Feb 2020 09:03:31 +0900 (JST) Message-ID: <87zhdmyr05.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Rob Herring Cc: Liam Girdwood , Mark Brown , Mark Rutland , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: dt-bindings: renesas,rsnd: switch to yaml base Documentation In-Reply-To: <20200213205230.GA13640@bogus> References: <87tv3vqc93.wl-kuninori.morimoto.gx@renesas.com> <20200213205230.GA13640@bogus> User-Agent: Wanderlust/2.15.9 Emacs/25.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob > > This patch switches from .txt base to .yaml base Document. > > It is still keeping detail explanations at .txt > > > > Signed-off-by: Kuninori Morimoto > > --- > > .../bindings/sound/renesas,rsnd.txt | 518 ----------------- > > .../bindings/sound/renesas,rsnd.yaml | 528 ++++++++++++++++++ > > 2 files changed, 528 insertions(+), 518 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > > > > My bot found errors running 'make dt_binding_check' on your patch: > > Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.6/dist-packages/dtschema/schemas/sound/simple-card.yaml' > /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml: patternProperties:^rcar_sound,src$:patternProperties:src-.: 'if' is not one of ['type', 'description', 'dependencies', 'properties', 'patternProperties', 'additionalProperties', 'unevaluatedProperties', 'deprecated', 'required', 'allOf', 'anyOf', 'oneOf', '$ref'] > /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml: patternProperties:^rcar_sound,src$:patternProperties:src-.: 'then' is not one of ['type', 'description', 'dependencies', 'properties', 'patternProperties', 'additionalProperties', 'unevaluatedProperties', 'deprecated', 'required', 'allOf', 'anyOf', 'oneOf', '$ref'] > Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/sound/renesas,rsnd.example.dts' failed > make[1]: *** [Documentation/devicetree/bindings/sound/renesas,rsnd.example.dts] Error 255 > Makefile:1263: recipe for target 'dt_binding_check' failed > make: *** [dt_binding_check] Error 2 > > See https://patchwork.ozlabs.org/patch/1237280 > Please check and re-submit. Hmm... OK, Thank you. I will re-check and re-post it Thank you for your help !! Best regards --- Kuninori Morimoto