[PATCH v3 3/3] extcon: add MAX14526 MUIC support
Simon Glass
sjg at chromium.org
Mon Apr 24 21:42:16 CEST 2023
On Fri, 21 Apr 2023 at 01:05, Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
>
> MAX14526 is a powerful extcon chip which allows detection of various
> plugs like usb, mhl, uart, headset etc. This version of driver
> implements support of AP-usb and CP-usb/uart paths.
>
> Tested-by: Andreas Westman Dorcsak <hedmoo at yahoo.com> # LG P880 T30
> Tested-by: Svyatoslav Ryhel <clamor95 at gmail.com> # LG P895 T30
> Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
> ---
> drivers/extcon/Kconfig | 9 ++
> drivers/extcon/Makefile | 1 +
> drivers/extcon/extcon-max14526.c | 151 +++++++++++++++++++++++++++++++
> 3 files changed, 161 insertions(+)
> create mode 100644 drivers/extcon/extcon-max14526.c
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list