Re: [PATCH v3 4/5] spmi: msm: fix register range names

2023-11-16 Thread Sumit Garg
On Tue, 14 Nov 2023 at 19:18, Caleb Connolly wrote: > > The core and chnl register ranges were swapped on SDM845. Fix it, and > fetch the register ranges by name instead of by index. > You haven't updated qcs404-evb.dts to provide register names, so this change alone will break that platform. >

[PATCH v3 4/5] spmi: msm: fix register range names

2023-11-14 Thread Caleb Connolly
The core and chnl register ranges were swapped on SDM845. Fix it, and fetch the register ranges by name instead of by index. Drop the cosmetic "version" variable and clean up the debug logging. Signed-off-by: Caleb Connolly --- arch/arm/dts/sdm845.dtsi | 2 +- drivers/spmi/spmi-msm.c | 46 +++