Add the bindings, driver, arm64 defconfig and dts bits to support the LPASS LPI pinctrl on the Qualcomm Milos SoC.
The devicetree changes require the addition of GPR in milos.dtsi (as specified in the b4 deps), the pinctrl changes have no dependency. Signed-off-by: Luca Weiss <[email protected]> --- Luca Weiss (4): dt-bindings: pinctrl: qcom: Add Milos LPI pinctrl pinctrl: qcom: Add Milos LPASS LPI TLMM arm64: defconfig: Enable Milos LPASS LPI pinctrl driver arm64: dts: qcom: milos: Add LPASS LPI pinctrl node .../pinctrl/qcom,milos-lpass-lpi-pinctrl.yaml | 109 +++++++++++ arch/arm64/boot/dts/qcom/milos.dtsi | 103 ++++++++++ arch/arm64/configs/defconfig | 1 + drivers/pinctrl/qcom/Kconfig | 10 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c | 217 +++++++++++++++++++++ 6 files changed, 441 insertions(+) --- base-commit: 755bfcf32666f86ca2a9a2ea2c9dc7eca4c330a1 change-id: 20260306-milos-pinctrl-lpi-1097be895afc prerequisite-change-id: 20260306-milos-fastrpc-gpr-02464b12b827:v1 prerequisite-patch-id: de7e8d4b18a0684e3462fed3f2c82e4bfb7f726b prerequisite-patch-id: 08e5420023b3400e25c200e4cb39788b53601291 prerequisite-patch-id: 1430b5aa008efe8ed72057da3adc4892d8043918 Best regards, -- Luca Weiss <[email protected]>

