Back to home page

OSCL-LXR

 
 

    


0001 APM X-Gene hwmon driver
0002 
0003 APM X-Gene SOC sensors are accessed over the "SLIMpro" mailbox.
0004 
0005 Required properties :
0006  - compatible : should be "apm,xgene-slimpro-hwmon"
0007  - mboxes : use the label reference for the mailbox as the first parameter.
0008             The second parameter is the channel number.
0009 
0010 Example :
0011         hwmonslimpro {
0012                 compatible = "apm,xgene-slimpro-hwmon";
0013                 mboxes = <&mailbox 7>;
0014         };