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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33ACBC4332F for ; Fri, 21 Oct 2022 02:29:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229895AbiJUC3S (ORCPT ); Thu, 20 Oct 2022 22:29:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229683AbiJUC3Q (ORCPT ); Thu, 20 Oct 2022 22:29:16 -0400 Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADB9218E28E; Thu, 20 Oct 2022 19:29:14 -0700 (PDT) Received: by mail-oi1-f178.google.com with SMTP id o64so1716642oib.12; Thu, 20 Oct 2022 19:29:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=zeRfb2XRWefyhhuSIvUFSXrC6TpkJoLTjEkTZ9UuysI=; b=Ph3KRDtwSO/Y5AK3tsePBXiaxMfH8xhRihCvDrEVJ9U3nnLJe1A8cvq/1Ad5mS8aQX 5rdE8A++hI/zSkdK7XS/UqCOoW87Iuqa3lFP5XxzfhUl5vLnkro3ptchSGaRhMlt2Tqm A9HcNycQsN6cma20OOvDpAppR2UWZCkCoD1cNWL3gByZdFGErMGSlG2ai21zGJu5refL tT7VEQNSMn4rVeiBYGerfBFZEtYOAn4IZqH2umqU5+qzKRvzefk9M/d1Xp0uJfFl4suT B2cfEYus5ZOJo6eLGe0cABqmNRPafXgXaWIBnB9rRHRML7QC8nplWodiX+MYn6OEiCq1 5tpA== X-Gm-Message-State: ACrzQf2TSfmbDbUX/wQaFAFQQwATrkqMS7kswFPCnQxu+iRLB2vpErDJ 32f17v49o6W/HD9+/Eg13wbbL68iBg== X-Google-Smtp-Source: AMsMyM5grMdTsY3sTGXuUp6WdUy3spEjRHLTwzrbXntW9n4h2EOCB+HWR1nAvp+/FmhChF/kG2IAgQ== X-Received: by 2002:a05:6808:1186:b0:353:b77a:a481 with SMTP id j6-20020a056808118600b00353b77aa481mr23333601oil.199.1666319353928; Thu, 20 Oct 2022 19:29:13 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id o17-20020a056870969100b0013626c1a5f6sm9725151oaq.10.2022.10.20.19.29.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 19:29:13 -0700 (PDT) Received: (nullmailer pid 2201590 invoked by uid 1000); Fri, 21 Oct 2022 02:29:15 -0000 From: Rob Herring To: Yinbo Zhu Cc: Yang Li , linux-kernel@vger.kernel.org, Huacai Chen , Thomas Gleixner , loongarch@lists.linux.dev, WANG Xuerui , Rob Herring , Daniel Lezcano , Krzysztof Kozlowski , Yun Liu , Jianmin Lv , devicetree@vger.kernel.org, Jiaxun Yang In-Reply-To: <20221021010925.21604-2-zhuyinbo@loongson.cn> References: <20221021010925.21604-1-zhuyinbo@loongson.cn> <20221021010925.21604-2-zhuyinbo@loongson.cn> Message-Id: <166631933126.2201080.1602221756534154524.robh@kernel.org> Subject: Re: [PATCH v3 2/2] dt-bindings: hpet: add loongson2 hpet Date: Thu, 20 Oct 2022 21:29:15 -0500 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Oct 2022 09:09:25 +0800, Yinbo Zhu wrote: > Add the loongson2 High Precision Event Timer (HPET) binding > with DT schema format using json-schema. > > Signed-off-by: Yinbo Zhu > --- > Change in v3: > 1. Update dts that base on common clock framework. > > .../bindings/timer/loongson,ls2k-hpet.yaml | 50 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/loongson,ls2k-hpet.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/timer/loongson,ls2k-hpet.example.dts:21:18: fatal error: dt-bindings/clock/loongson,ls2k-clk.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:406: Documentation/devicetree/bindings/timer/loongson,ls2k-hpet.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.