Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: dtb: xgene: Add hwmon dts binding documentation

This patch adds the APM X-Gene hwmon device tree node documentation.

Signed-off-by: Hoan Tran <hotran@apm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

hotran and committed by
Guenter Roeck
1d3dd4ce c55374cd

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