From: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx> Add power supply alarm from the hwmon framework. Signed-off-by: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx> --- .../devicetree/bindings/mfd/altera-a10sr.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt index 8e17d05..75c51ab 100644 --- a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt +++ b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt @@ -11,6 +11,7 @@ The A10SR consists of this varied group of sub-devices: Device Description ------ ---------- a10sr_gpio GPIO Controller +ps_alarm Power Supply Alarms Arria10 GPIO Required Properties: @@ -20,6 +21,9 @@ Required Properties: the second cell is used to specify flags. See ../gpio/gpio.txt for more information. +Arria10 Power Supply Alarms +- compatible : Should be "altr,a10sr-hwmon" + Example: resource-manager@0 { @@ -32,4 +36,8 @@ Example: gpio-controller; #gpio-cells = <2>; }; + + ps_alarm { + compatible = "altr,a10sr-hwmon"; + }; }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html