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 8BD55C32771 for ; Wed, 28 Sep 2022 12:38:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233922AbiI1Miy (ORCPT ); Wed, 28 Sep 2022 08:38:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233790AbiI1Mip (ORCPT ); Wed, 28 Sep 2022 08:38:45 -0400 Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94BC5265B; Wed, 28 Sep 2022 05:38:44 -0700 (PDT) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-1280590722dso17093321fac.1; Wed, 28 Sep 2022 05:38:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc:subject:date; bh=izGymghuYlLW90ZqTUFVA6hxBsKrpDP7tl21fb5fyRU=; b=WYStW8AlNj+qfl4X7l8NHjbai0KGgiVTbN2/8sFl4khNxNaUK5GuZfa45zgWwmyg08 TPKBeqKdh56xUmPps/xnM5qhijWwExTYcLAEmS1v2yyAissvoHOU61wCsVn9JzN1h8eo bApwrFxXdb1AqFNvOkEULX6iUgw0wh5Cb12lcVXZGQdqPnLScpJcQbYg6w7hf0DJqmFk FOs/cS+zF+7maBl/CVnSi0dH7d5Ldta6+k70fw7YcfLWbVBVCJMh24y3lggUT/fYUMiS JL/vu/FlXr4qvLv8qlgqQ2D3dWxwjdV1Iiw99SWtWc3KXJSlRAryZiwm4e9+ymAb2E3w DEKg== X-Gm-Message-State: ACrzQf3vo+S7T4C6nXwZCHbuy5WmV3XMQHJ+ZrmhyYDRMJTFlssu6arL XxFLnFYsalI2swpgGvwB1A== X-Google-Smtp-Source: AMsMyM7qqzHW98WUHbsO2svepBG1a/Wd3CJ2lhpiV2OIPCcqaXGou3x3POtLT84CMLdn84MUJOdD2Q== X-Received: by 2002:a05:6870:ea84:b0:10d:fabe:9202 with SMTP id s4-20020a056870ea8400b0010dfabe9202mr5132680oap.294.1664368723383; Wed, 28 Sep 2022 05:38:43 -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 z89-20020a9d24e2000000b00636eeba9209sm2007154ota.52.2022.09.28.05.38.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 05:38:42 -0700 (PDT) Received: (nullmailer pid 4136677 invoked by uid 1000); Wed, 28 Sep 2022 12:38:41 -0000 From: Rob Herring To: Yinbo Zhu Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, Amit Kucheria , Rob Herring , linux-kernel@vger.kernel.org, "Rafael J . Wysocki" , zhanghongchen , Liu Peibao , linux-pm@vger.kernel.org, Zhang Rui , Daniel Lezcano In-Reply-To: <20220928083702.17309-2-zhuyinbo@loongson.cn> References: <20220928083702.17309-1-zhuyinbo@loongson.cn> <20220928083702.17309-2-zhuyinbo@loongson.cn> Subject: Re: [PATCH v5 2/3] dt-bindings: thermal: add loongson2k thermal binding Date: Wed, 28 Sep 2022 07:38:41 -0500 Message-Id: <1664368721.036656.4136676.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Sep 2022 16:37:01 +0800, Yinbo Zhu wrote: > Add the loongson2k thermal binding with DT schema format using > json-schema. > > Signed-off-by: Yinbo Zhu > --- > Change in v5: > 1. Keep use same quotes "'" in all places. > > .../thermal/loongson,ls2k-thermal.yaml | 43 +++++++++++++++++++ > 1 file changed, 43 insertions(+) > create mode 100644 Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.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/dt-review-ci/linux/Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.example.dtb: thermal-sensor@1fe01500: reg: [[0, 534779136], [0, 48]] is too long From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml 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.