blob: bf3c6af6ad89af7e6de86d57763ecc1b7e69179a [file] [log] [blame]
Stuart Yoderb4904592016-12-07 17:29:00 -06001What: /sys/bus/fsl-mc/drivers/.../bind
2Date: December 2016
3Contact: stuart.yoder@nxp.com
4Description:
5 Writing a device location to this file will cause
6 the driver to attempt to bind to the device found at
7 this location. The format for the location is Object.Id
8 and is the same as found in /sys/bus/fsl-mc/devices/.
Mauro Carvalho Chehab54a19b42020-10-30 08:40:50 +01009
10 For example::
11
12 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind
Stuart Yoderb4904592016-12-07 17:29:00 -060013
14What: /sys/bus/fsl-mc/drivers/.../unbind
15Date: December 2016
16Contact: stuart.yoder@nxp.com
17Description:
18 Writing a device location to this file will cause the
19 driver to attempt to unbind from the device found at
20 this location. The format for the location is Object.Id
21 and is the same as found in /sys/bus/fsl-mc/devices/.
Mauro Carvalho Chehab54a19b42020-10-30 08:40:50 +010022
23 For example::
24
25 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind