Skip to content

Commit

Permalink
ARM: mvebu: Add thermal support to Armada XP device tree
Browse files Browse the repository at this point in the history
This patch adds support for the thermal controller available in
all Armada XP boards. This controller has two 4-byte registers:
one to read the thermal sensor, the other for sensor initialization.

Signed-off-by: Ezequiel Garcia <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
ezequielgarcia authored and Jason Cooper committed Apr 3, 2013
1 parent 51ab3fb commit 693a56e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,11 @@
status = "disabled";
};

thermal@d00182b0 {
compatible = "marvell,armadaxp-thermal";
reg = <0xd00182b0 0x4
0xd00184d0 0x4>;
status = "okay";
};
};
};

0 comments on commit 693a56e

Please sign in to comment.