diff options
author | Michael Walle <michael@walle.cc> | 2022-05-03 00:41:22 +0200 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-05-13 16:42:01 +0300 |
commit | 63f295940d1afd88ec6704a3d50a6e87a8a1c45f (patch) | |
tree | ea7432fdea8a428e5813d72a8dd594f6309b0aff /arch/arm/boot/dts/lan966x.dtsi | |
parent | 79d83b3a458eaebb98033424e035cb9091291c68 (diff) | |
download | linux-stable-63f295940d1afd88ec6704a3d50a6e87a8a1c45f.tar.gz linux-stable-63f295940d1afd88ec6704a3d50a6e87a8a1c45f.tar.bz2 linux-stable-63f295940d1afd88ec6704a3d50a6e87a8a1c45f.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/lan966x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lan966x.dtsi | 8 |
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>; |