Re: [PATCH v2] drivers: pinctrl: Add Qualcomm SDM630/660 TLMM driver

2025-04-11 Thread Caleb Connolly
On 3/31/25 17:55, Alexey Minnekhanov via groups.io wrote: Add support for TLMM pin controller block (Top Level Mode Multiplexer) on SDM630/660 SoCs, with support for special pins. Correct pin configuration is required for working debug UART and eMMC/SD cards. SDM630 and SDM660 TLMM blocks ar

[PATCH v2] drivers: pinctrl: Add Qualcomm SDM630/660 TLMM driver

2025-03-31 Thread Alexey Minnekhanov
Add support for TLMM pin controller block (Top Level Mode Multiplexer) on SDM630/660 SoCs, with support for special pins. Correct pin configuration is required for working debug UART and eMMC/SD cards. SDM630 and SDM660 TLMM blocks are the same. Signed-off-by: Alexey Minnekhanov Reviewed-by: Ca