[PATCH v3] arm64: defconfig: Enable SX150x GPIO expander driver
From: Fange Zhang
Date: Wed Nov 05 2025 - 07:07:32 EST
The ANX7625 bridge on the Qualcomm QCS615 Ride reference board is connected
to a Semtech SX150x GPIO expander. Enable the SX150x driver to make the
display on boards built following this design functional.
Signed-off-by: Fange Zhang <fange.zhang@xxxxxxxxxxxxxxxx>
---
The SX150X GPIO expander is used on the Qualcomm QCS615 Ride to support the ANX7625 bridge.
Enable the driver as a kernel module
Please note that this driver has been updated from bool to tristate:
https://lore.kernel.org/all/20250818-modularize-sx150x-gpio-expander-v1-1-c2a027200fed@xxxxxxxxxxxxxxxx/
---
Changes in v3:
- Update commit message only
- Link to v2: https://lore.kernel.org/all/20250820-modularize-sx150x-gpio-expander-v2-1-e6eba22f0a0f@xxxxxxxxxxxxxxxx
Changes in v2:
- Drop patch 1/2, which have already been merged upstream
- Link to v1: https://lore.kernel.org/r/20250818-modularize-sx150x-gpio-expander-v1-0-c2a027200fed@xxxxxxxxxxxxxxxx
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 30001ddf57e7f5cc0aff880527dd683627bae255..337a8f6a9343566ff818c18fd54eb2aeda0873c8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -618,6 +618,7 @@ CONFIG_PINCTRL_DA9062=m
CONFIG_PINCTRL_MAX77620=y
CONFIG_PINCTRL_RK805=m
CONFIG_PINCTRL_SINGLE=y
+CONFIG_PINCTRL_SX150X=m
CONFIG_PINCTRL_OWL=y
CONFIG_PINCTRL_S700=y
CONFIG_PINCTRL_S900=y
---
base-commit: 17490bd0527f59d841168457b245581f314b5fa0
change-id: 20251105-enable-sx150x-gpio-expander-fc9b9c51f723
Best regards,
--
Fange Zhang <fange.zhang@xxxxxxxxxxxxxxxx>