Re: [PATCH v6 6/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP
From: Rob Herring <robh@kernel.org>
Date: 2018-07-11 13:49:46
Also in:
linux-arm-msm, linux-pm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-07-11 13:49:46
Also in:
linux-arm-msm, linux-pm, lkml
On Mon, Jul 09, 2018 at 05:13:28PM +0530, Amit Kucheria wrote:
We want to create common code for v2 of the TSENS IP block that is used in a large number of Qualcomm SoCs. "qcom,tsens-v2" should be able to handle most of the common functionality start with a common get_temp() function. It is also necessary to split out the memory regions for the TM and SROT register banks because their offsets are not constant across SoC families. Signed-off-by: Amit Kucheria <redacted> --- .../devicetree/bindings/thermal/qcom-tsens.txt | 25 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>