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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 CA94CC433ED for ; Mon, 17 May 2021 09:42:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A9C4611ED for ; Mon, 17 May 2021 09:42:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236047AbhEQJnW (ORCPT ); Mon, 17 May 2021 05:43:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:46878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235911AbhEQJnW (ORCPT ); Mon, 17 May 2021 05:43:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 216ED61005; Mon, 17 May 2021 09:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621244526; bh=Z8OXhIfGFQeLSw6Ti2tA4FkfLSbhFA00yCID19JwS+Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KRZalEdinOKoKQ+9WqrEFqHEOCNz+VpaKG+080Edla2HYD3msp3bFLLXEucB+skWt j1YhmYHymwesse8zWc4FMq9ZwkZ8lUSBe9mqixkgO0K0xe4lrISO98ibLzgJyPIsX5 WfGqH1By3Q3ESQ5T9m1NAXBIeZ+sOTn+rFuFOoGTji7spjJYdtmxxsgYT7TTDn7Tpx gybvhcHHAEzW4ip7Uvey5jhsOetfSEsgQ3oPL1BwM/pFu+y7avR0TsPRsxknu8slo/ dQ7ftYsGefaIn8U30HUsJeTUBEmb7cEkLjWCyO+d0YpEhDdmWQFh+E1eWWO8d8O0B4 vKna5MlF+lCkw== Date: Mon, 17 May 2021 15:12:02 +0530 From: Vinod Koul To: Jonathan McDowell Cc: Andy Gross , Bjorn Andersson , Rob Herring , Ansuel Smith , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] ARM: dts: qcom: Add tsens details to ipq806x Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 15-05-21, 17:52, Jonathan McDowell wrote: > gcc: clock-controller@900000 { > - compatible = "qcom,gcc-ipq8064"; > + compatible = "qcom,gcc-ipq8064", "syscon"; Does this belong here > reg = <0x00900000 0x4000>; > #clock-cells = <1>; > #reset-cells = <1>; > + #power-domain-cells = <1>; > + > + tsens: thermal-sensor@900000 { > + compatible = "qcom,ipq8064-tsens"; > + > + nvmem-cells = <&tsens_calib>, <&tsens_calib_backup>; > + nvmem-cell-names = "calib", "calib_backup"; > + interrupts = ; > + interrupt-names = "uplow"; > + > + #qcom,sensors = <11>; > + #thermal-sensor-cells = <1>; > + }; We have sensor under gcc node..? -- ~Vinod