Skip to content

Commit 63f2959

Browse files
mwalleclaudiubeznea
authored andcommitted
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 <michael@walle.cc> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Tested-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20220502224127.2604333-9-michael@walle.cc Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 79d83b3 commit 63f2959

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/lan966x.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,14 @@
444444
};
445445
};
446446

447+
hwmon: hwmon@e2010180 {
448+
compatible = "microchip,lan9668-hwmon";
449+
reg = <0xe2010180 0xc>,
450+
<0xe20042a8 0xc>;
451+
reg-names = "pvt", "fan";
452+
clocks = <&sys_clk>;
453+
};
454+
447455
gic: interrupt-controller@e8c11000 {
448456
compatible = "arm,gic-400", "arm,cortex-a7-gic";
449457
#interrupt-cells = <3>;

0 commit comments

Comments
 (0)