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.

USB OTG work as either device or host in am335x

Other Parts Discussed in Thread: AM3356

Hi,

I am using am3356 with ti-processor-sdk-linux-am335x-evm-01.00.00.00. Currently I am able to work am335x in usb device mode with inserting some .ko files. But not able to work as USB host. USB host only works if i add below code in dts file.

usb@47401000 {
                status = "okay";
                dr_mode = "host";
        };

What changes are required so that i can able to work USB as device and host using single image instead of two separate images.

Regards,

Nilesh