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 4A664EB64DD for ; Tue, 25 Jul 2023 04:31:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232031AbjGYEbh (ORCPT ); Tue, 25 Jul 2023 00:31:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231766AbjGYEbS (ORCPT ); Tue, 25 Jul 2023 00:31:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B39961B1; Mon, 24 Jul 2023 21:27:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CB3FB61518; Tue, 25 Jul 2023 04:27:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1564CC433C7; Tue, 25 Jul 2023 04:27:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690259222; bh=4U1uopwM9UsL7OEd1qy66ef7kIJFN2/ulrs7WZhjSmk=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=qixjZFGzQqxoITmGdgCkX7e9DMt4esefg/kSinr9nMy8fHu1vqhVpqniBTx/ljSQu buiN4vKHghU7YZjlfkdXJQ/ZPSX0vftMe01poahGOOthCdLxGCa/JG2Dgy38Z0w7mO EuUXlfroBEvgwnt6fqph1uxCIsg9LL07FaCQTqA7ycEyIFFaDbNATivmbc5cx+S15V 7yq06T1sgYZwtc/3gmvwzf7uD5GV3djvF9zuXVmjuygJH8M0qnF8vIfpkf9X4FHKJj mX0XlQQ37vanHNX5eSBzciVXdTb6FneLNYCg1cn/Ddazdw3oP11zvLYA/0vdpb1QD3 U/X54U7OW8gjQ== Received: (nullmailer pid 1869529 invoked by uid 1000); Tue, 25 Jul 2023 04:26:59 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: Rob Herring To: Wesley Cheng Cc: broonie@kernel.org, oneukum@suse.com, linux-arm-kernel@lists.infradead.org, quic_jackp@quicinc.com, devicetree@vger.kernel.org, catalin.marinas@arm.com, o-takashi@sakamocchi.jp, mathias.nyman@intel.com, conor+dt@kernel.org, bgoswami@quicinc.com, linux-usb@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, pierre-louis.bossart@linux.intel.com, srinivas.kandagatla@linaro.org, albertccwang@google.com, will@kernel.org, alsa-devel@alsa-project.org, andersson@kernel.org, robh+dt@kernel.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, perex@perex.cz, linux-arm-msm@vger.kernel.org, Thinh.Nguyen@synopsys.com, tiwai@suse.com, agross@kernel.org, gregkh@linuxfoundation.org In-Reply-To: <20230725023416.11205-25-quic_wcheng@quicinc.com> References: <20230725023416.11205-1-quic_wcheng@quicinc.com> <20230725023416.11205-25-quic_wcheng@quicinc.com> Message-Id: <169025921911.1869485.17693463435324220177.robh@kernel.org> Subject: Re: [PATCH v4 24/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Date: Mon, 24 Jul 2023 22:26:59 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, 24 Jul 2023 19:34:08 -0700, Wesley Cheng wrote: > Add an example on enabling of USB offload for the Q6DSP. The routing can > be done by the mixer, which can pass the multimedia stream to the USB > backend. > > Signed-off-by: Wesley Cheng > --- > .../devicetree/bindings/sound/qcom,sm8250.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:97.44-45 syntax error FATAL ERROR: Unable to parse input tree make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/sound/qcom,sm8250.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1500: dt_binding_check] Error 2 make: *** [Makefile:234: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230725023416.11205-25-quic_wcheng@quicinc.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.