On Thu, Oct 7, 2021 at 3:23 AM Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> wrote: > > > > On 06/10/2021 20:08, Rob Herring wrote: > > On Wed, 06 Oct 2021 12:39:41 +0100, Srinivas Kandagatla wrote: > >> On AudioReach audio Framework, Audio Streams (PCM/Compressed) are managed by > >> Q6APM(Audio Process Manager) service. This patch adds bindings for this DAIs > >> exposed by the DSP. > >> > >> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > >> Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > >> --- > >> .../bindings/sound/qcom,q6apm-dai.yaml | 53 +++++++++++++++++++ > >> 1 file changed, 53 insertions(+) > >> create mode 100644 Documentation/devicetree/bindings/sound/qcom,q6apm-dai.yaml > >> > > > > 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: > > Documentation/devicetree/bindings/sound/qcom,q6apm-dai.example.dts:19:18: fatal error: dt-bindings/soc/qcom,gpr.h: No such file or directory > > 19 | #include <dt-bindings/soc/qcom,gpr.h> > > This is because QCOM SoC relevant non-audio patches in this series have > been merged into the Qualcomm drivers-for-5.16 tree, as this series > depends those patches an immutable tag is available at: > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git > tags/20210927135559.738-6-srinivas.kandagatla@xxxxxxxxxx > > which is mentioned in cover-letter. My bot doesn't know how to read cover letters. I need a clue in the patch or you get this email to be sure the dependency is known. Rob