On 9/3/25 3:39 PM, Nickolay Goppen wrote: > By default pin_offset is calculated by formula: LPI_TLMM_REG_OFFSET * pin_id. > However not all platforms are using this pin_offset formula (e.g. SDM660 LPASS > LPI uses a predefined array of offsets [1]), so extend lpi_pingroup struct > with pin_offset field, introduce extended LPI_PINGROUP_OFFSET macro with > pin_offet field and introduce LPI_FLAG_USE_PREDEFINED_PIN_OFFSET flag. > This adds an ability to use predefined offset for pin if it exists. > > [1] https://git.codelinaro.org/clo/la/kernel/msm-4.4/-/blob/LA.UM.7.2.c27-07400-sdm660.0/drivers/pinctrl/qcom/pinctrl-lpi.c#L107 > > Signed-off-by: Nickolay Goppen <setotau@xxxxxxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad