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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D6EA0C433FE for ; Fri, 17 Sep 2021 19:49:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 94A0D60F43 for ; Fri, 17 Sep 2021 19:49:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 94A0D60F43 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D41CA6EE8F; Fri, 17 Sep 2021 19:49:04 +0000 (UTC) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by gabe.freedesktop.org (Postfix) with ESMTPS id A5C5A6EE8F for ; Fri, 17 Sep 2021 19:49:03 +0000 (UTC) Received: by mail-oi1-f178.google.com with SMTP id r26so15482308oij.2 for ; Fri, 17 Sep 2021 12:49:03 -0700 (PDT) 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=pE+4bnzWEy5M45GFHsCRmVHyw6zJKyXPFQ+Hy8/7q2k=; b=oWsWjDlu9wsC91nylQvf9TqOsmRBdwKcpUU4YwacKztRkrgQQzjzeOHqxAEYqdhwDL G+9632ok+GgwD21LVC49t+VoPghfh8XJs8bcyGXmdlLC9qTO3ocYXAO1C2mtVVdFPV5f AK3EAkodTDYiuzcl4GV+C4X+qao0iQMHsjb2quo+LmuzvA2z0USlybWWVC1uayYyK6KI O/PmLs9zb0cUueu1JTjYM6JA2ZWuwPou88IHmdwOXnPxyWUYaT1UNlysZb93A7DenD/6 LjHYGsrUWxfZj0jkTx/uStB+TcqoDfyNZs02lJauomAXDY53FruQ15KHCpJLBAXSz5mH yX9g== X-Gm-Message-State: AOAM533x6QtMJKQeaD+L1ansOjpvLmovtL56kqmLbfpEzVkICS/bHpMV k8vGFObp+hKy3uTAhTPRFw== X-Google-Smtp-Source: ABdhPJw33RfJFXipWnsomu5OMJbVFalUdObkurEitpoBWQS/R7QjuAoRiC8fBREZ7YS1JypZmiMHIw== X-Received: by 2002:a05:6808:bc2:: with SMTP id o2mr5488000oik.73.1631908142931; Fri, 17 Sep 2021 12:49:02 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id v11sm1805276oto.22.2021.09.17.12.49.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Sep 2021 12:49:01 -0700 (PDT) Received: (nullmailer pid 2025335 invoked by uid 1000); Fri, 17 Sep 2021 19:48:54 -0000 From: Rob Herring To: Alexandre Bailon Cc: bjorn.andersson@linaro.org, daniel@ffwll.ch, ohad@wizery.com, linux-kernel@vger.kernel.org, tzimmermann@suse.de, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, airlied@linux.ie, gpain@baylibre.com, mathieu.poirier@linaro.org, christian.koenig@amd.com, devicetree@vger.kernel.org, maarten.lankhorst@linux.intel.com, khilman@baylibre.com, linux-media@vger.kernel.org, mripard@kernel.org, matthias.bgg@gmail.com, linaro-mm-sig@lists.linaro.org, linux-arm-kernel@lists.infradead.org, sumit.semwal@linaro.org, linux-remoteproc@vger.kernel.org In-Reply-To: <20210917125945.620097-2-abailon@baylibre.com> References: <20210917125945.620097-1-abailon@baylibre.com> <20210917125945.620097-2-abailon@baylibre.com> Subject: Re: [RFC PATCH 1/4] dt-bindings: Add bidings for mtk,apu-drm Date: Fri, 17 Sep 2021 14:48:54 -0500 Message-Id: <1631908134.342766.2025334.nullmailer@robh.at.kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 17 Sep 2021 14:59:42 +0200, Alexandre Bailon wrote: > This adds the device tree bindings for the APU DRM driver. > > Signed-off-by: Alexandre Bailon > --- > .../devicetree/bindings/gpu/mtk,apu-drm.yaml | 38 +++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpu/mtk,apu-drm.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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# ./Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/gpu/mtk,apu-drm.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml: ignoring, error in schema: warning: no schema found in file: ./Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml Documentation/devicetree/bindings/gpu/mtk,apu-drm.example.dts:19.15-23.11: Warning (unit_address_vs_reg): /example-0/apu@0: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/gpu/mtk,apu-drm.example.dt.yaml:0:0: /example-0/apu@0: failed to match any schema with compatible: ['mediatek,apu-drm'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1529388 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.