1 What: /sys/bus/fsl-mc/drivers/.../bind
3 Contact: stuart.yoder@nxp.com
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/.
10 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind
12 What: /sys/bus/fsl-mc/drivers/.../unbind
14 Contact: stuart.yoder@nxp.com
16 Writing a device location to this file will cause the
17 driver to attempt to unbind from the device found at
18 this location. The format for the location is Object.Id
19 and is the same as found in /sys/bus/fsl-mc/devices/.
21 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind