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