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 02D97C433EF for ; Sat, 27 Nov 2021 23:16:04 +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 383FC170D; Sun, 28 Nov 2021 00:15:13 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 383FC170D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1638054963; bh=nW/JS2jYevBgICCzYB+iteczzQJ+LHoS50aD9PEVl7g=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=WzqNsQMzKuV0W7+bQLGCFn68Ab3cCAJL+sZYbFVJIyo29cvJzFOHILsSEGx3Gbak6 FeBtdLrs3o62NjWHM9emrP53EUS3kFl9ZvlRloePx7IxBbD7kjMtZFE7D5xZGhtX2/ 2zsGhdRlPs3lTuIdgFxU0KZpk4Z0vwZjvHZSkU0E= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id F1864F804AC; Sun, 28 Nov 2021 00:14:29 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 41A5EF8049E; Sun, 28 Nov 2021 00:14:08 +0100 (CET) Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) (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 3D118F80087 for ; Sun, 28 Nov 2021 00:13:27 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 3D118F80087 Received: by mail-oi1-f171.google.com with SMTP id t19so26482602oij.1 for ; Sat, 27 Nov 2021 15:13:27 -0800 (PST) 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=F1dfF+UJik1r5mhkv4NnnGU7zXHuMkitsnrdy1AJCzk=; b=ek+anhwPDSwN7CfR5PyMqxTmMLJPJlwJICN8BXuU/NK9PQaUn/Xma69CIC7M8TOaCX p3FCgs7K2S2uvzCmy8DfREMFqQaaM+pzh1rOY2uG9J69ho95G1P+kLls+0JG+4IpC6eT hr//1z9kdj+pL0bBt6+AxjKzO5FNa5rCuHW1K2XO5AHx/DSlnTOtRugEae+y4UuaQjJv TiffOubfWI2FZurs8DbCdJghtMJbGwtskQaEJGG7hJBkwGwAm4etNek/IsGF1L6pDVh7 IbJw9f7a8ZAQ23hcbTjdvL1YUjjIjawANwVRA3MTwGI0XYHRAMx1gfQ1iUAcyNBqgJdR Xfjw== X-Gm-Message-State: AOAM53354K2P033eIvXo9IV8HxpKqEMYw+n1zYNC0bYHihunGykdiGvZ RtS4169XNgwqjCwCiHoL3A== X-Google-Smtp-Source: ABdhPJzSuBiE1CXj2mVuQFmgrkkEOv1pSaWpzMY01SDv891PvCWQIDXhfY9y6KbhhAbeIgqglSZc1g== X-Received: by 2002:a05:6808:dc5:: with SMTP id g5mr31799706oic.58.1638054805572; Sat, 27 Nov 2021 15:13:25 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id i29sm1854687ots.49.2021.11.27.15.13.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Nov 2021 15:13:24 -0800 (PST) Received: (nullmailer pid 1973540 invoked by uid 1000); Sat, 27 Nov 2021 23:13:22 -0000 From: Rob Herring To: Srinivasa Rao Mandadapu In-Reply-To: <1637928282-2819-9-git-send-email-srivasam@codeaurora.org> References: <1637928282-2819-1-git-send-email-srivasam@codeaurora.org> <1637928282-2819-9-git-send-email-srivasam@codeaurora.org> Subject: Re: [PATCH v6 08/10] ASoC: dt-bindings: Add SC7280 lpass cpu bindings Date: Sat, 27 Nov 2021 16:13:22 -0700 Message-Id: <1638054802.081809.1973539.nullmailer@robh.at.kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, bgoswami@codeaurora.org, lgirdwood@gmail.com, Venkata Prasad Potturu , linux-arm-msm@vger.kernel.org, plai@codeaurora.org, tiwai@suse.com, robh+dt@kernel.org, bjorn.andersson@linaro.org, agross@kernel.org, rohitkr@codeaurora.org, broonie@kernel.org, swboyd@chromium.org, judyhsiao@chromium.org, linux-kernel@vger.kernel.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 Fri, 26 Nov 2021 17:34:40 +0530, Srinivasa Rao Mandadapu wrote: > Add bindings for sc7280 lpass cpu driver which supports > audio over i2s based speaker, soundwire based headset, msm dmics > and HDMI Port. > > Signed-off-by: Srinivasa Rao Mandadapu > Co-developed-by: Venkata Prasad Potturu > Signed-off-by: Venkata Prasad Potturu > --- > .../devicetree/bindings/sound/qcom,lpass-cpu.yaml | 69 +++++++++++++++++++--- > 1 file changed, 61 insertions(+), 8 deletions(-) > 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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml: lpass@62d80000: reg: [[0, 1658351616, 0, 425984], [0, 1659895808, 0, 167936]] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml: lpass@62d80000: reg-names: ['lpass-hdmiif', 'lpass-lpaif'] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml: lpass@62d80000: interrupts: [[0, 160, 1], [0, 268, 1]] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml: lpass@62d80000: interrupt-names: ['lpass-irq-lpaif', 'lpass-irq-hdmi'] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.example.dt.yaml: lpass@62d80000: iommus: [[4294967295, 4128, 0], [4294967295, 4146, 0]] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1560102 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.