aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2022-05-03 00:41:22 +0200
committerClaudiu Beznea <[email protected]>2022-05-13 16:42:01 +0300
commit63f295940d1afd88ec6704a3d50a6e87a8a1c45f (patch)
treeea7432fdea8a428e5813d72a8dd594f6309b0aff
parent79d83b3a458eaebb98033424e035cb9091291c68 (diff)
ARM: dts: lan966x: add hwmon node
Add the monitoring node which covers the temperature sensor as well as the PWM controller and the FAN tacho input. Signed-off-by: Michael Walle <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Tested-by: Horatiu Vultur <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nicolas Ferre <[email protected]>
-rw-r--r--arch/arm/boot/dts/lan966x.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lan966x.dtsi b/arch/arm/boot/dts/lan966x.dtsi
index 95d58bdca3f0..140bdeb9d4fd 100644
--- a/arch/arm/boot/dts/lan966x.dtsi
+++ b/arch/arm/boot/dts/lan966x.dtsi
@@ -444,6 +444,14 @@
};
};
+ hwmon: hwmon@e2010180 {
+ compatible = "microchip,lan9668-hwmon";
+ reg = <0xe2010180 0xc>,
+ <0xe20042a8 0xc>;
+ reg-names = "pvt", "fan";
+ clocks = <&sys_clk>;
+ };
+
gic: interrupt-controller@e8c11000 {
compatible = "arm,gic-400", "arm,cortex-a7-gic";
#interrupt-cells = <3>;