Hi,
On Thu, Jul 12, 2018 at 1:39 AM, Amit Kucheria [off-list ref] 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>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Bjorn Andersson <redacted>
Tested-by: Matthias Kaehlcke <mka@chromium.org>
---
.../devicetree/bindings/thermal/qcom-tsens.txt | 31 +++++++++++++++++-----
1 file changed, 25 insertions(+), 6 deletions(-)
Reviewed-by: Douglas Anderson <dianders@chromium.org>