diff options
author | Grzegorz Jaszczyk <jaz@semihalf.com> | 2016-08-04 12:14:11 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-08-08 16:28:53 +0200 |
commit | 16ae883151ab64ebd0cdf8436e794df26bae2e24 (patch) | |
tree | 8ec4ee81c82bbf0fea9ad5a3e3110dffc842c56f /arch/arm/boot/dts/armada-39x.dtsi | |
parent | 8deebf8b8a8323cfa590e9ea1a1507abe12d75e0 (diff) | |
download | linux-rt-16ae883151ab64ebd0cdf8436e794df26bae2e24.tar.gz |
ARM: dts: mvebu: armada-39x: enable the thermal sensor in Armada-39x SoCs
The whole Armada 39x SoC family of processors has thermal sensor which can
be supported with existing driver.
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-39x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-39x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-39x.dtsi b/arch/arm/boot/dts/armada-39x.dtsi index 0a13265f8f52..54df09f97595 100644 --- a/arch/arm/boot/dts/armada-39x.dtsi +++ b/arch/arm/boot/dts/armada-39x.dtsi @@ -389,6 +389,12 @@ clocks = <&mainpll>; clock-output-names = "nand"; }; + + thermal@e8078 { + compatible = "marvell,armada380-thermal"; + reg = <0xe4078 0x4>, <0xe4074 0x4>; + status = "okay"; + }; }; pcie-controller { |