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 0F473C432BE for ; Thu, 2 Sep 2021 12:04:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9628610D0 for ; Thu, 2 Sep 2021 12:04:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344084AbhIBMFM (ORCPT ); Thu, 2 Sep 2021 08:05:12 -0400 Received: from mail-oo1-f54.google.com ([209.85.161.54]:46736 "EHLO mail-oo1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344053AbhIBMFG (ORCPT ); Thu, 2 Sep 2021 08:05:06 -0400 Received: by mail-oo1-f54.google.com with SMTP id z1-20020a4a2241000000b0028e8dfb83b4so438347ooe.13; Thu, 02 Sep 2021 05:04:08 -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=qD/JwvmqRBtS1XdZshoHnEAUu284adMYEp3tjodfyAg=; b=el7nXiuSnVs4aLA3aC3ZkBTOmYt+7k5ZSK8chO6g1XujwL2yRPUNZzXO3xjqnqAYQL fTaHpA/zI2nyLGXTtTj4LK/gCpWuRpeuydoBRUt50Xo4alnYyftv9HfFWfhzNoWo0k8P RQjzMyKCEHUptOd3eqUJyuNxYiuohvZHNi7vOP9JqDmTU4Q6QhkTBjRuUm2/Fht5c3Ss qp+iMqZ0rGTVI1Bvnm/j5HYf4gji+IQRztc/a6p/6MKO/spC+KzlxPiAxQRg2PfThoYF e0/S/sdJJkA18AlTo33yi2xhUK7IbZ9lGuf1CEcXYGUlIukqFjQIO+PC67m9JhQi8jOz z+Hw== X-Gm-Message-State: AOAM533gW2VOcZFwf7IrS0tESHfCQgQIpzkI2gWHKIKfT4VOUSq4ialN +koULtXBYCDOAKO5xhjIwA== X-Google-Smtp-Source: ABdhPJx7f7/UQ6LovDjZ3k53D0TtryTlyUn40DyyPDvW82pU9Syq5rwgwEEGeA8B9B9Vweocahgwlg== X-Received: by 2002:a4a:e3cf:: with SMTP id m15mr2270879oov.21.1630584248058; Thu, 02 Sep 2021 05:04:08 -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 y7sm329001oov.36.2021.09.02.05.04.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Sep 2021 05:04:07 -0700 (PDT) Received: (nullmailer pid 685599 invoked by uid 1000); Thu, 02 Sep 2021 12:03:59 -0000 From: Rob Herring To: Mauro Carvalho Chehab Cc: Yu Chen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, mauro.chehab@huawei.com, John Stultz , linuxarm@huawei.com, Rob Herring In-Reply-To: References: Subject: Re: [PATCH v2 1/3] dt-bindings: misc: add schema for USB hub on Kirin devices Date: Thu, 02 Sep 2021 07:03:59 -0500 Message-Id: <1630584239.088885.685598.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 14:23:37 +0200, Mauro Carvalho Chehab wrote: > From: Yu Chen > > This patch adds binding documentation to support USB HUB and > USB data role switch of HiSilicon HiKey960 and HiKey970 boards. > > [mchehab: updated OF schema and added HiKey970 example] > Signed-off-by: Yu Chen > Signed-off-by: John Stultz > Signed-off-by: Mauro Carvalho Chehab > --- > .../bindings/misc/hisilicon,hikey-usb.yaml | 108 ++++++++++++++++++ > 1 file changed, 108 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/hisilicon,hikey-usb.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: Error: Documentation/devicetree/bindings/misc/hisilicon,hikey-usb.example.dts:41.23-24 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/misc/hisilicon,hikey-usb.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1523123 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.