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 02AFCC4167B for ; Fri, 1 Dec 2023 09:35:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378028AbjLAJfF (ORCPT ); Fri, 1 Dec 2023 04:35:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378116AbjLAJer (ORCPT ); Fri, 1 Dec 2023 04:34:47 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 851CA1717 for ; Fri, 1 Dec 2023 01:34:54 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27DEFC433C7; Fri, 1 Dec 2023 09:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701423294; bh=YCR6MYhh9g03oC/cYfebkjnUExaJ803XaV1NGuO6J4k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HfaEgf92hVnYoQxm+r7YT5RTyUpmLkBWTao220AIMOeVFbGedRB3sCzjBW6Dw5g1o pimvKggU5SEfRIGvF5cX0T4twBk2rCgLGbxslb7yYhzGP1F7iNQfiqE+c4K80lX9Ad oGXdn5u7pIhjSh+h/+laH/FX+imqbuilE6GDol5QCO0BNbKTcwQBGsYktfjrJR/7Ib 2I/QGFbnR0yuVstraPOikyFUPEgxZfoal6VD3hDoagaWEHzITxZIr8oiKTia3eOlQJ Irh9w+E9rBbGzz9s4oCLr+dFbLyDG1r24D7AkacTiqhDwlK2ZUjZ7bOwFwS1tBcUG3 LeSLVp22NnvrA== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1r8zvl-0003GP-1F; Fri, 01 Dec 2023 10:35:29 +0100 Date: Fri, 1 Dec 2023 10:35:29 +0100 From: Johan Hovold To: Krzysztof Kozlowski Cc: Johan Hovold , Daniel Lezcano , "Rafael J. Wysocki" , Andy Gross , Bjorn Andersson , Konrad Dybcio , Zhang Rui , Lukasz Luba , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: thermal: qcom-spmi-adc-tm5/hc: clean up examples Message-ID: References: <20231130174114.13122-1-johan+linaro@kernel.org> <20231130174114.13122-3-johan+linaro@kernel.org> <5fca9859-35bd-4138-a461-203bee36c8e1@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fca9859-35bd-4138-a461-203bee36c8e1@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 01, 2023 at 09:28:48AM +0100, Krzysztof Kozlowski wrote: > On 30/11/2023 18:41, Johan Hovold wrote: > > Clean up the examples by adding newline separators, moving 'reg' > > properties after 'compatible' and dropping unused labels. > > > > Signed-off-by: Johan Hovold > > --- > > .../bindings/thermal/qcom-spmi-adc-tm-hc.yaml | 5 +++-- > > .../devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml | 10 ++++++---- > > 2 files changed, 9 insertions(+), 6 deletions(-) > > This and previous patch are both trivial cleanups, so probably should be > squashed together. Anyway: I didn't want to mix too many things in one patch, and as I just mentioned in another reply, I consider the "spmi" parent node name to be more than just a naming cleanup as calling the node "spmi" indicates that these "devices" are SPMI devices themselves, rather than part of an SPMI PMIC. > Acked-by: Krzysztof Kozlowski Thanks again. Johan