[PATCH v2 10/10] ARM: mvebu: Enable the thermal sensor in Armada 380/385 SoC
Ezequiel Garcia
ezequiel.garcia at free-electrons.com
Thu Apr 24 13:23:24 PDT 2014
This commit enables the thermal sensor found in Armada 380/385 SoCs.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
---
arch/arm/boot/dts/armada-38x.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index a064f59..02c6139 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -346,6 +346,12 @@
clock-output-names = "nand";
};
+ thermal at e8078 {
+ compatible = "marvell,armada380-thermal";
+ reg = <0xe4078 0x4>, <0xe404 0x4>;
+ status = "okay";
+ };
+
flash at d0000 {
compatible = "marvell,armada370-nand";
reg = <0xd0000 0x54>;
--
1.9.1
More information about the linux-arm-kernel
mailing list