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 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 4789AC11F64 for ; Thu, 1 Jul 2021 14:03:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30344613F8 for ; Thu, 1 Jul 2021 14:03:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232748AbhGAOFg (ORCPT ); Thu, 1 Jul 2021 10:05:36 -0400 Received: from mail-il1-f179.google.com ([209.85.166.179]:39885 "EHLO mail-il1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232545AbhGAOFg (ORCPT ); Thu, 1 Jul 2021 10:05:36 -0400 Received: by mail-il1-f179.google.com with SMTP id o10so6466586ils.6; Thu, 01 Jul 2021 07:03:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=t8d1JVD+JV7Zgxco5WPYi4zIX7AeTaVK0hRhmb7TWLQ=; b=sRkeqTFpzFZj+ZDXGAwxMnTIXG8SD5jLPlxjuZlBPwho9bMJvSLeXmhHkq+rmPDWRa D4we/fYMbdQL2+xoFuXsd6rC2s1MIkLH3T8Hs0KdVesGg5D3I4OIj1e85Uo0GcKQ9FwQ kZkAVDKwBVTA13QnyDq8+lVJMPRMgwgP/AqmS2TrBfX/8CLArdq/bpBd/g+N/ULAmAaG tKs71QECchVRsNfSjd2tsm06XECCJtoIFnds4LVG2OCfY6m7zYJ92RfjZ586AmUnCGKT UihzGRsBBtxuKcwlaG85niVuDdtUpnAcourPry1AAaidoSqLSuSgy/V/sdV2Ea8H4NAy e/AA== X-Gm-Message-State: AOAM5312I0VtgEcBtfWWrbFx61DPnSVp4WehVMMZmlIEC+DHSt4R364L BJ/q7BAPH6ZYZYWIVs5yFQ== X-Google-Smtp-Source: ABdhPJxWevjwZSZU4Y/+M8nNnPhvWZqRpMcVNhMl3on/VJEnFzUFk6T0TNJk7cWKJBYGyphbGlzDBw== X-Received: by 2002:a92:b30b:: with SMTP id p11mr28592991ilh.114.1625148185463; Thu, 01 Jul 2021 07:03:05 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id b9sm43571ilo.23.2021.07.01.07.03.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Jul 2021 07:03:04 -0700 (PDT) Received: (nullmailer pid 2278704 invoked by uid 1000); Thu, 01 Jul 2021 14:02:43 -0000 From: Rob Herring To: Biju Das Cc: Rob Herring , Yoshihiro Shimoda , Geert Uytterhoeven , Chris Paterson , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Philipp Zabel , Biju Das In-Reply-To: <20210630073013.22415-4-biju.das.jz@bp.renesas.com> References: <20210630073013.22415-1-biju.das.jz@bp.renesas.com> <20210630073013.22415-4-biju.das.jz@bp.renesas.com> Subject: Re: [PATCH v3 03/11] dt-bindings: reset: Document RZ/G2L USBPHY Control bindings Date: Thu, 01 Jul 2021 08:02:43 -0600 Message-Id: <1625148163.555164.2278703.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Wed, 30 Jun 2021 08:30:05 +0100, Biju Das wrote: > Add device tree binding document for RZ/G2L USBPHY Control Device. > It mainly controls reset and power down of the USB/PHY. > > Signed-off-by: Biju Das > Reviewed-by: Lad Prabhakar > --- > v3: > * New patch. > * Modelled USBPHY control from phy bindings to reset bindings, since the > IP mainly contols the reset of USB PHY. > --- > .../reset/renesas,rzg2l-usbphy-ctrl.yaml | 66 +++++++++++++++++++ > 1 file changed, 66 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.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/reset/renesas,rzg2l-usbphy-ctrl.example.dts:19:18: fatal error: dt-bindings/clock/r9a07g044-cpg.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1416: dt_binding_check] Error 2 \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1498761 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.