Skip to content

Commit

Permalink
pmic_glink: Add UCSI/PAN prototype
Browse files Browse the repository at this point in the history
The pmic_glink service provides battery, ucsi and altmode
implementation, this protoype implements athe latter two to provide
typec orientation and mux switching.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
andersson committed Oct 22, 2021
1 parent 0f579ab commit 4db2bba
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/usb/typec/ucsi/Kconfig
Expand Up @@ -48,4 +48,10 @@ config UCSI_ACPI
To compile the driver as a module, choose M here: the module will be
called ucsi_acpi

config UCSI_GLINK
tristate"UCSI GILNK driver"
depends on RPMSG
help
helpfull

endif
1 change: 1 addition & 0 deletions drivers/usb/typec/ucsi/Makefile
Expand Up @@ -17,3 +17,4 @@ endif

obj-$(CONFIG_UCSI_ACPI) += ucsi_acpi.o
obj-$(CONFIG_UCSI_CCG) += ucsi_ccg.o
obj-$(CONFIG_UCSI_GLINK) += ucsi_glink.o

0 comments on commit 4db2bba

Please sign in to comment.