Skip to content

Commit 88d8f3a

Browse files
lumaggregkh
authored andcommitted
usb: typec: add support for the nb7vpq904m Type-C Linear Redriver
Add support for the ON Semiconductor NB7VPQ904M Type-C USB SuperSpeed and DisplayPort ALT Mode Linear Redriver chip found on some devices with a Type-C port. The redriver compensates ultra High-Speeed DisplayPort and USB Super Speed signal integrity losses mainly due to PCB & transmission cables. The redriver doesn't support SuperSpeed lines swapping, but can support Type-C SBU lines swapping. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Message-ID: <20230601-topic-sm8x50-upstream-redriver-v4-2-91d5820f3a03@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4ee94d9 commit 88d8f3a

File tree

3 files changed

+538
-0
lines changed

3 files changed

+538
-0
lines changed

drivers/usb/typec/mux/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@ config TYPEC_MUX_INTEL_PMC
3535
control the USB role switch and also the multiplexer/demultiplexer
3636
switches used with USB Type-C Alternate Modes.
3737

38+
config TYPEC_MUX_NB7VPQ904M
39+
tristate "On Semiconductor NB7VPQ904M Type-C redriver driver"
40+
depends on I2C
41+
select REGMAP_I2C
42+
help
43+
Say Y or M if your system has a On Semiconductor NB7VPQ904M Type-C
44+
redriver chip found on some devices with a Type-C port.
45+
3846
endmenu

drivers/usb/typec/mux/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ obj-$(CONFIG_TYPEC_MUX_FSA4480) += fsa4480.o
44
obj-$(CONFIG_TYPEC_MUX_GPIO_SBU) += gpio-sbu-mux.o
55
obj-$(CONFIG_TYPEC_MUX_PI3USB30532) += pi3usb30532.o
66
obj-$(CONFIG_TYPEC_MUX_INTEL_PMC) += intel_pmc_mux.o
7+
obj-$(CONFIG_TYPEC_MUX_NB7VPQ904M) += nb7vpq904m.o

0 commit comments

Comments
 (0)