This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
1: We don't have an evm board. Does this macro control have to be enabled
CONFIG_ TUSB422_ PAL=y
2: Enable CONFIG_ TUSB422_ PAL, compile error, do you need to modify the contents of these files or can you provide them? If you can help, our kernel is version 5.4
#include <huawei_ platform/usb/hw_ pd_ dev.h>
3: In the tusb422-pd.txt dts configuration file, if there is an evm board, there is a configuration mode. If there is no evm board, how to configure the power supply VCC3.3V and VCONN5V, and how to configure the power supply VCC in the dts. For example, the connected VCC is VDDIO_ D_ 2。 Please give reference, thank you!
4: Refer to the driver tusb422-pd.txt document, the interrupt configuration is ti, alert-gpio=<&gpio1 16 GPIO_ ACTIVE_ HIGH>;, What does gpio1 mean and what does the middle 16 mean? The main control terminal GPIOH _ 4. How to configure it? Please give us your reference。
We look forward to your help, thank you.
源代码包中未提供 PAL。
或者,设置“CONFIG_TUSB422_PAL=n”并修改 tusb422_linux.c 以将 tusb422_common.c 调用的 tusb422_set_vbus() 和 tusb422_clr_vbus() 移植到您的平台。
TI 不提供对 TUSB422 源代码的深入支持,您将需要实施您的平台支持的 PAL 功能。