usb address in imx7ulp and imx7d

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

usb address in imx7ulp and imx7d

跳至解决方案
1,386 次查看
asmaa
Contributor V

Hello All,

 First of all sorry if my question is silly,but I am trying to understand android build process. So, When I checked fstab.freescale for 7ulp evk and sabresd_7d I found following difference in the file.

evk -7ulp

/devices/platform/40000000.ahb-bridge0/40330000.usb/ci_hdrc.0* auto auto defaults voldmanaged=usb:auto

sabresd-7d

/devices/soc0/soc/30800000.aips-bus/30b20000.usb/ci_hdrc.1* auto auto defaults voldmanaged=usb:auto

After reading some documentation I understand 40000000.ahb-bridge0/40330000.usb & 30800000.aips-bus/30b20000.usb are the usb otg addresses as given in device tree.

but what I dont understand is: 

1. /devices/platform/ in 7ulp and /devices/soc0/soc/ in sabresd_7d

why there is no platform in 7d and extra soc0?

2. usb/ci_hdrc.0 & usb/ci_hdrc.1

why is this difference of 1 and 0 in the files?

can someone please explain me this difference. Your help would be much appreciated.

Regards,

Asma

标签 (2)
1 解答
1,246 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Asma

1. difference between /devices/platform/  /devices/soc can be found in linux documentation

https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-soc 

2. i.mx7d has 2x usb otg modules while i.mx7ulp one.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

1 回复
1,247 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Asma

1. difference between /devices/platform/  /devices/soc can be found in linux documentation

https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-soc 

2. i.mx7d has 2x usb otg modules while i.mx7ulp one.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------