1*b4904595SStuart YoderWhat: /sys/bus/fsl-mc/drivers/.../bind 2*b4904595SStuart YoderDate: December 2016 3*b4904595SStuart YoderContact: stuart.yoder@nxp.com 4*b4904595SStuart YoderDescription: 5*b4904595SStuart Yoder Writing a device location to this file will cause 6*b4904595SStuart Yoder the driver to attempt to bind to the device found at 7*b4904595SStuart Yoder this location. The format for the location is Object.Id 8*b4904595SStuart Yoder and is the same as found in /sys/bus/fsl-mc/devices/. 9*b4904595SStuart Yoder For example: 10*b4904595SStuart Yoder # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind 11*b4904595SStuart Yoder 12*b4904595SStuart YoderWhat: /sys/bus/fsl-mc/drivers/.../unbind 13*b4904595SStuart YoderDate: December 2016 14*b4904595SStuart YoderContact: stuart.yoder@nxp.com 15*b4904595SStuart YoderDescription: 16*b4904595SStuart Yoder Writing a device location to this file will cause the 17*b4904595SStuart Yoder driver to attempt to unbind from the device found at 18*b4904595SStuart Yoder this location. The format for the location is Object.Id 19*b4904595SStuart Yoder and is the same as found in /sys/bus/fsl-mc/devices/. 20*b4904595SStuart Yoder For example: 21*b4904595SStuart Yoder # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind 22