Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | What: /sys/bus/fsl-mc/drivers/.../bind |
| 2 | Date: December 2016 |
| 3 | Contact: stuart.yoder@nxp.com |
| 4 | Description: |
| 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/. |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 9 | |
| 10 | For example:: |
| 11 | |
| 12 | # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/bind |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 13 | |
| 14 | What: /sys/bus/fsl-mc/drivers/.../unbind |
| 15 | Date: December 2016 |
| 16 | Contact: stuart.yoder@nxp.com |
| 17 | Description: |
| 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/. |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 22 | |
| 23 | For example:: |
| 24 | |
| 25 | # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind |