sysfs-bus-mhi 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. What: /sys/bus/mhi/devices/.../serialnumber
  2. Date: Sept 2020
  3. KernelVersion: 5.10
  4. Contact: Bhaumik Bhatt <[email protected]>
  5. Description: The file holds the serial number of the client device obtained
  6. using a BHI (Boot Host Interface) register read after at least
  7. one attempt to power up the device has been done. If read
  8. without having the device power on at least once, the file will
  9. read all 0's.
  10. Users: Any userspace application or clients interested in device info.
  11. What: /sys/bus/mhi/devices/.../oem_pk_hash
  12. Date: Sept 2020
  13. KernelVersion: 5.10
  14. Contact: Bhaumik Bhatt <[email protected]>
  15. Description: The file holds the OEM PK Hash value of the endpoint device
  16. obtained using a BHI (Boot Host Interface) register read after
  17. at least one attempt to power up the device has been done. If
  18. read without having the device power on at least once, the file
  19. will read all 0's.
  20. Users: Any userspace application or clients interested in device info.
  21. What: /sys/bus/mhi/devices/.../soc_reset
  22. Date: April 2022
  23. KernelVersion: 5.19
  24. Contact: [email protected]
  25. Description: Initiates a SoC reset on the MHI controller. A SoC reset is
  26. a reset of last resort, and will require a complete re-init.
  27. This can be useful as a method of recovery if the device is
  28. non-responsive, or as a means of loading new firmware as a
  29. system administration task.