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 71987CE7A81 for ; Fri, 22 Sep 2023 20:50:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229693AbjIVUue (ORCPT ); Fri, 22 Sep 2023 16:50:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjIVUud (ORCPT ); Fri, 22 Sep 2023 16:50:33 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 576C91A2; Fri, 22 Sep 2023 13:50:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45085C433C7; Fri, 22 Sep 2023 20:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695415826; bh=8rUQPVnfBZ8nP+opU6DTtF/9h/0Y3eo/+O/9HxRH5wE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uV4w3zy8Ixj9BOX7Sc6mk0f8Opy6CAAoMdR0lguNgOWPqPzTpJjnJsObzg0NBlPpw 5aA1K+y8AFcnFCTzfUwu1wxG4513oPJeNZ08bndBhLu7sbsttyltqabFz795u7fvwx MI70lspZm3m4M0IJ21M9YdjmKQZfmErXdH0sHN/lr+5lltm6iBu47CwaIdZmwE0MX4 Ts/JYCPNuGsyJWe8z4d0mYZHlCcMRDBsNcqg9kAJLtO9JA2dhH8JVjIS5/11G5KcwL qYR0wCFoZ4vEJEp323lTJd8Krh2tsYFVPkl0OhYKBFzgj7V1QV6LErk7bHgfVye9X/ hg1ez4SEp4jBg== Received: (nullmailer pid 3556203 invoked by uid 1000); Fri, 22 Sep 2023 20:50:23 -0000 Date: Fri, 22 Sep 2023 15:50:23 -0500 From: Rob Herring To: Sricharan R Cc: rafael@kernel.org, quic_srichara@quicinc.com, linux-kernel@vger.kernel.org, dmitry.baryshkov@linaro.org, linux-pm@vger.kernel.org, srinivas.kandagatla@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, andersson@kernel.org, thara.gopinath@gmail.com, konrad.dybcio@linaro.org, devicetree@vger.kernel.org, krzysztof.kozlowski@linaro.org, linux-arm-msm@vger.kernel.org, agross@kernel.org, conor+dt@kernel.org, daniel.lezcano@linaro.org Subject: Re: [PATCH V3 1/4] dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible Message-ID: <169541580075.3555585.17615922669140216464.robh@kernel.org> References: <20230922115116.2748804-1-srichara@win-platform-upstream01.qualcomm.com> <20230922115116.2748804-2-srichara@win-platform-upstream01.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230922115116.2748804-2-srichara@win-platform-upstream01.qualcomm.com> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Fri, 22 Sep 2023 17:21:13 +0530, Sricharan R wrote: > From: Sricharan Ramabadhran > > IPQ5018 has tsens v1.0 block with 4 sensors and 1 interrupt. > > Signed-off-by: Sricharan Ramabadhran > --- > [v3] Added the tsens-ipq5018 as new binding without rpm > > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring