···11+What: /sys/bus/fsl-mc/drivers/.../bind22+Date: December 201633+Contact: stuart.yoder@nxp.com44+Description:55+ Writing a device location to this file will cause66+ the driver to attempt to bind to the device found at77+ this location. The format for the location is Object.Id88+ and is the same as found in /sys/bus/fsl-mc/devices/.99+ For example:1010+ # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind1111+1212+What: /sys/bus/fsl-mc/drivers/.../unbind1313+Date: December 20161414+Contact: stuart.yoder@nxp.com1515+Description:1616+ Writing a device location to this file will cause the1717+ driver to attempt to unbind from the device found at1818+ this location. The format for the location is Object.Id1919+ and is the same as found in /sys/bus/fsl-mc/devices/.2020+ For example:2121+ # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind