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 <amit.kuche...@linaro.org> > --- > .../devicetree/bindings/thermal/qcom-tsens.txt | 25 > +++++++++++++++++----- > 1 file changed, 20 insertions(+), 5 deletions(-)
Reviewed-by: Rob Herring <r...@kernel.org>