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.

AM5718: USB2 VBUS detect

Part Number: AM5718

Hi,

 I am using AM5718 on my custom board with USB2 port used as in IDK.

The VBUS detect on IDK is connected to ball B27 (GPIO 7 22).

In my custom board VBUS detect connected to a different Ball A9 (GPIO 8 22)

As i understand in Linux

/arch/arm/boot/dts/am571x-idk.dts

&extcon_usb2 {
id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>;
vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>;
};

if I modify

&gpio7 22 GPIO_ACTIVE_HIGH>

to 

 <&gpio8 21 GPIO_ACTIVE_HIGH> 

The USB2 to can be ported on to my custom board. Please let us know if any other changes needed