From: Ezequiel Garcia Date: Thu, 24 Apr 2014 20:23:24 +0000 (-0300) Subject: ARM: mvebu: Enable the thermal sensor in Armada 380/385 SoC X-Git-Tag: v3.16-rc1~30^2~41^2~26^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c630829a98bb5bfef38bab2cafcff2206765ffdc;p=thirdparty%2Fkernel%2Flinux.git ARM: mvebu: Enable the thermal sensor in Armada 380/385 SoC This commit enables the thermal sensor found in Armada 380/385 SoCs. Signed-off-by: Ezequiel Garcia Link: https://lkml.kernel.org/r/1398371004-15807-11-git-send-email-ezequiel.garcia@free-electrons.com Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 0796cde504e70..cd60738e912e1 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -391,6 +391,12 @@ clock-output-names = "nand"; }; + thermal@e8078 { + compatible = "marvell,armada380-thermal"; + reg = <0xe4078 0x4>, <0xe4074 0x4>; + status = "okay"; + }; + flash@d0000 { compatible = "marvell,armada370-nand"; reg = <0xd0000 0x54>;