Re: [PATCH v4 2/7] drivers: thermal: tsens: try load regmap from parent for 8960

2020-07-20 Thread Amit Kucheria
On Thu, Jul 16, 2020 at 7:58 AM Ansuel Smith wrote: > > Devices based on 8060 tsens driver (ipq8064) use the reg of the gcc typo: 8960 > driver. Try to load the regmap of the parent as they share the same > regs. > > Signed-off-by: Ansuel Smith > --- > drivers/thermal/qcom/tsens-8960.c | 12 ++

[PATCH v4 2/7] drivers: thermal: tsens: try load regmap from parent for 8960

2020-07-15 Thread Ansuel Smith
Devices based on 8060 tsens driver (ipq8064) use the reg of the gcc driver. Try to load the regmap of the parent as they share the same regs. Signed-off-by: Ansuel Smith --- drivers/thermal/qcom/tsens-8960.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers