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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 7C1C3C433F1 for ; Fri, 10 Jul 2020 16:31:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51A2620657 for ; Fri, 10 Jul 2020 16:31:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594398717; bh=AFv6O8J4PQ1HcEt5k99qGq0Ia/Jidb3zi88XpLZUoH0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KsiNAxwLDwQ7MvLrSrBTiE4bqU2DVq/5HeGDjbgJvoAJMGs/K5JBjydma68qR3LuR vDGt29vqsOQGU0H3ZBgujwG+VA3kigSJvIdg69XkJWDuXGd4u7YJ7oS99kGaYTKzYc HuK8KytnEDU2Rt2rcEYjmKQZVCbEVxoS57cCrk34= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728345AbgGJQb4 (ORCPT ); Fri, 10 Jul 2020 12:31:56 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:41206 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728317AbgGJQb4 (ORCPT ); Fri, 10 Jul 2020 12:31:56 -0400 Received: by mail-io1-f67.google.com with SMTP id o5so6616733iow.8; Fri, 10 Jul 2020 09:31:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=k6x2zODly9ZYHpv6ACDhH5er/SlGtQVdII9NFL5Jqko=; b=WTEO9DKG8+PgmKbLlujPtcq9LjY2YU4djHXitggrgwCe3lr18FswqXH/yrmySIz/vX nJVAPXjAZCbp29XCxtpUmLzV76WIKQzZe6xNpZNv2yNCprkcY2Y3DgQ9JGuxssw3pB0y KyobWOBizJ/LbQfUlGXOfq34pfr/msFTAbJhGkPC6mYbg9ap/f4/PykgqJKosNfFPt1c 8hPZni6e0LTF+/3kVXYD8ScRZ8cNwzi8Vh1/6WVRUtTQdSeiVsWUAa2Z9jnMfEKJtPjD FwTWAYHm+i+/boc7ZLcMQHFiYr8q2ojU9cYoDglBuMSsgb6saf1bQkBb3dnDUVcc5MOd UEsw== X-Gm-Message-State: AOAM532pdzgB2XZNARhL2UrgtFyf1BoCwiXDiEwxKhxtMP4K0u98mw7o 6ljwTjoA6BfkN2LQ8T/JyA== X-Google-Smtp-Source: ABdhPJxmfCqmpVl/CfTyQglNJOGk8o6upZI4VxpOAAKUQn90PZPu6KLSnHJXoTze3QrCQrvSol79Bw== X-Received: by 2002:a05:6638:1187:: with SMTP id f7mr79554526jas.58.1594398715148; Fri, 10 Jul 2020 09:31:55 -0700 (PDT) Received: from xps15 ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id z9sm3680512ilb.41.2020.07.10.09.31.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jul 2020 09:31:54 -0700 (PDT) Received: (nullmailer pid 2760588 invoked by uid 1000); Fri, 10 Jul 2020 16:31:53 -0000 Date: Fri, 10 Jul 2020 10:31:53 -0600 From: Rob Herring To: Chris Ruehl Cc: Guenter Roeck , Jack Lo , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Jean Delvare , devicetree@vger.kernel.org Subject: Re: [PATCH v5 2/2] devicetree: hwmon: shtc1: Add sensirion,shtc1.yaml Message-ID: <20200710163153.GA2760091@bogus> References: <20200710021536.27544-1-chris.ruehl@gtsys.com.hk> <20200710021536.27544-3-chris.ruehl@gtsys.com.hk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710021536.27544-3-chris.ruehl@gtsys.com.hk> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 10 Jul 2020 10:15:35 +0800, Chris Ruehl wrote: > Add documentation for the newly added DTS support in the shtc1 driver. > To align with the drivers logic to have high precision by default > a boolean sensirion,low_precision is used to switch to low precision. > > Signed-off-by: Chris Ruehl > --- > .../bindings/hwmon/sensirion,shtc1.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/sensirion,shtc1.yaml > My bot found errors running 'make dt_binding_check' on your patch: Error: Documentation/devicetree/bindings/hwmon/sensirion,shtc1.example.dts:25.13-14 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:315: recipe for target 'Documentation/devicetree/bindings/hwmon/sensirion,shtc1.example.dt.yaml' failed make[1]: *** [Documentation/devicetree/bindings/hwmon/sensirion,shtc1.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:1347: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1326414 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.