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