diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-11-04 16:00:38 (GMT) |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-11-24 20:55:42 (GMT) |
commit | e920f9b632a687834de5a78c60ac5c4c62327b1d (patch) | |
tree | e0b8282ce8417e90b91f89f024a766be22c1650b /Documentation/devicetree/bindings/thermal | |
parent | cbac8f63943773218f7f804754209aaa4fae33f9 (diff) | |
download | linux-e920f9b632a687834de5a78c60ac5c4c62327b1d.tar.xz |
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/bindings/thermal')
-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 4cf0249..4698e0e 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; |