This series introduces the bindings and driver for SM6115's LPI TLMM block and enables it as a module in the arm64 defconfig. Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Konrad Dybcio (3): dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add SM6115 LPASS TLMM pinctrl: qcom: Introduce SM6115 LPI pinctrl driver arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl .../pinctrl/qcom,sm6115-lpass-lpi-pinctrl.yaml | 135 ++++++++++++++++ arch/arm64/configs/defconfig | 1 + drivers/pinctrl/qcom/Kconfig | 9 ++ drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c | 175 +++++++++++++++++++++ 5 files changed, 321 insertions(+) --- base-commit: ae867bc97b713121b2a7f5fcac68378a0774739b change-id: 20230722-topic-6115_lpasstlmm-ec4749d8a70c Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>