apm-xgene-hwmon.txt 387 B

123456789101112131415
  1. APM X-Gene hwmon driver
  2. APM X-Gene SOC sensors are accessed over the "SLIMpro" mailbox.
  3. Required properties :
  4. - compatible : should be "apm,xgene-slimpro-hwmon"
  5. - mboxes : use the label reference for the mailbox as the first parameter.
  6. The second parameter is the channel number.
  7. Example :
  8. hwmonslimpro {
  9. compatible = "apm,xgene-slimpro-hwmon";
  10. mboxes = <&mailbox 7>;
  11. };