Commit c6d62be5 authored by hotran's avatar hotran Committed by Duc Dang

arm64: dts: apm: Add X-Gene SoC hwmon to device tree

This patch adds DT node to enable hwmon driver for APM X-Gene SoC.
Signed-off-by: default avatarHoan Tran <hotran@apm.com>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 7c7b08bf
...@@ -530,6 +530,11 @@ i2cslimpro { ...@@ -530,6 +530,11 @@ i2cslimpro {
mboxes = <&mailbox 0>; mboxes = <&mailbox 0>;
}; };
hwmonslimpro {
compatible = "apm,xgene-slimpro-hwmon";
mboxes = <&mailbox 7>;
};
serial0: serial@10600000 { serial0: serial@10600000 {
device_type = "serial"; device_type = "serial";
compatible = "ns16550"; compatible = "ns16550";
......
...@@ -755,6 +755,11 @@ i2cslimpro { ...@@ -755,6 +755,11 @@ i2cslimpro {
mboxes = <&mailbox 0>; mboxes = <&mailbox 0>;
}; };
hwmonslimpro {
compatible = "apm,xgene-slimpro-hwmon";
mboxes = <&mailbox 7>;
};
serial0: serial@1c020000 { serial0: serial@1c020000 {
status = "disabled"; status = "disabled";
device_type = "serial"; device_type = "serial";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment