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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DFB6C433F5 for ; Wed, 27 Oct 2021 09:42:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7537A60EDF for ; Wed, 27 Oct 2021 09:42:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241263AbhJ0JpQ (ORCPT ); Wed, 27 Oct 2021 05:45:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232006AbhJ0JpO (ORCPT ); Wed, 27 Oct 2021 05:45:14 -0400 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA7F9C061767 for ; Wed, 27 Oct 2021 02:42:45 -0700 (PDT) Received: by mail-wm1-x32d.google.com with SMTP id 67-20020a1c1946000000b0030d4c90fa87so1819887wmz.2 for ; Wed, 27 Oct 2021 02:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=g0D9/rrpIr9fyPZx4h1CXHJNZVxoIHdXAlZrTjtbcgE=; b=LWETz/r4gYw0pzFNBt54ka9qNvttyYrzQrMuOaEYSoGW+ysWI5/P7sScKno6UhF5M8 nDhwytGY1y2SYT6iuq7t9fNFc+vQjbL3l6jtyPahZOS36Se5lknCbysyvsBmqxahoijo lIIdadK1k4/DBlmiyin7s6pXa6EwQKHqea5hGMJzXpA8wDgqGKGFc9RaVfzR1OGU1KQq 4ALKRJ6Z7yR1gWDw51zO8lB6sGf8NzUkxUAFgwNzDWQsWaB1GnDsiQQbH4gOdRZqBCpc tMnG/KWD7SQfvSABODCPzxK6SPb3WmaUDdsrvZnaVIpvzsoOZ0NxPoDRnZqYEMLldxNP UVOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=g0D9/rrpIr9fyPZx4h1CXHJNZVxoIHdXAlZrTjtbcgE=; b=mlUbT0m9PjikVRS3FJws1As/Y7L+CDq9owhxVe+DFJ/DCHpKAf9M1ri2hkORmTijQe cUEyHy/tnv10UFOqM+C3q4KeMtTEwneOAoo5081gY38COvaTOAFjew+PrKHM08TRpm8j Fd14Ib0skOkGocA2vN/2AVsccgQbt7nbdINC2OJE7rb96uCSCMbDfphxENm99faKDt84 yZmzIcVQPLgoDn8CoeovxXxyQSat5SZeIuGYqowcyuU2ztD3McpZw+lP2UKg4x3wB9Ky aUb6rHSGE0ujAlHy4ebFyF7c79uovDEzki2N3vlF7KMxH4hvyMGgYrDvUbMYBPwZJyrn ptjg== X-Gm-Message-State: AOAM532c7f+T5yOeokx+zh0pahu0/0QUb6nNxF+dEOZA0W3Fq76AKhl7 9u7w1dD60iQ3u6sfSJtFIp50GnneSfr0Wcxv1T4Pxg== X-Google-Smtp-Source: ABdhPJx4E1Py+4WI3Q7DjL/bwCfnrfedbmQiFdfgkiPGNuL/KEM2fGFUJZAsGynOOJVh+u1xpGAi1YMZHTLDaNmirAk= X-Received: by 2002:a7b:ce19:: with SMTP id m25mr4721233wmc.134.1635327764303; Wed, 27 Oct 2021 02:42:44 -0700 (PDT) MIME-Version: 1.0 References: <20211026083138.1818705-1-jens.wiklander@linaro.org> <20211026083138.1818705-3-jens.wiklander@linaro.org> <1635271409.203246.2939412.nullmailer@robh.at.kernel.org> In-Reply-To: <1635271409.203246.2939412.nullmailer@robh.at.kernel.org> From: Jens Wiklander Date: Wed, 27 Oct 2021 11:42:33 +0200 Message-ID: Subject: Re: [PATCH v7 2/6] dt-bindings: arm: optee: add interrupt property To: Rob Herring Cc: Sumit Garg , Linux Doc Mailing List , Devicetree List , Marc Zyngier , Rob Herring , Jonathan Corbet , Jerome Forissier , jens.vankeirsbilck@kuleuven.be, OP-TEE TrustedFirmware , Linux ARM , Linux Kernel Mailing List , Ard Biesheuvel , Vincent Guittot , Etienne Carriere Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 26, 2021 at 8:03 PM Rob Herring wrote: > > On Tue, 26 Oct 2021 10:31:34 +0200, Jens Wiklander wrote: > > Adds an optional interrupt property to the optee binding. > > > > Reviewed-by: Sumit Garg > > Reviewed-by: Rob Herring > > Acked-by: Marc Zyngier > > Signed-off-by: Jens Wiklander > > --- > > .../devicetree/bindings/arm/firmware/linaro,optee-tz.yaml | 7 +++++++ > > 1 file changed, 7 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/arm/firmware/linaro,optee-tz.example.dts:23.31-32 syntax error > FATAL ERROR: Unable to parse input tree > make[1]: *** [scripts/Makefile.lib:385: Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.example.dt.yaml] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1441: dt_binding_check] Error 2 > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1546320 > > 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. > Thanks, I'll fix that in the next version. Cheers, Jens