diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-11-04 13:00:38 -0300 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-11-24 16:55:42 -0400 |
commit | e920f9b632a687834de5a78c60ac5c4c62327b1d (patch) | |
tree | e0b8282ce8417e90b91f89f024a766be22c1650b /Documentation/devicetree | |
parent | cbac8f63943773218f7f804754209aaa4fae33f9 (diff) | |
download | blackbird-op-linux-e920f9b632a687834de5a78c60ac5c4c62327b1d.tar.gz blackbird-op-linux-e920f9b632a687834de5a78c60ac5c4c62327b1d.zip |
thermal: armada: Remove support for A375-Z1 SoC
The Armada 375 Z1 SoC revision is no longer supported. This commit
removes the quirk needed for the thermal sensor.
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/armada-thermal.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/thermal/armada-thermal.txt b/Documentation/devicetree/bindings/thermal/armada-thermal.txt index 4cf024929a3f..4698e0edc205 100644 --- a/Documentation/devicetree/bindings/thermal/armada-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/armada-thermal.txt @@ -5,17 +5,9 @@ Required properties: - compatible: Should be set to one of the following: marvell,armada370-thermal marvell,armada375-thermal - marvell,armada375-z1-thermal marvell,armada380-thermal marvell,armadaxp-thermal - Note: As the name suggests, "marvell,armada375-z1-thermal" - applies for the SoC Z1 stepping only. On such stepping - some quirks need to be done and the register offset differs - from the one in the A0 stepping. - The operating system may auto-detect the SoC stepping and - update the compatible and register offsets at runtime. - - reg: Device's register space. Two entries are expected, see the examples below. The first one is required for the sensor register; |