Ezequiel Garcia | e6e0a68 | 2014-05-06 13:59:51 -0300 | [diff] [blame] | 1 | * Marvell Armada 370/375/380/XP thermal management |
Ezequiel Garcia | fa0d654 | 2013-04-02 01:37:41 +0000 | [diff] [blame] | 2 | |
| 3 | Required properties: |
| 4 | |
| 5 | - compatible: Should be set to one of the following: |
| 6 | marvell,armada370-thermal |
Ezequiel Garcia | e2d5f05 | 2014-05-06 13:59:50 -0300 | [diff] [blame] | 7 | marvell,armada375-thermal |
Ezequiel Garcia | e6e0a68 | 2014-05-06 13:59:51 -0300 | [diff] [blame] | 8 | marvell,armada380-thermal |
Ezequiel Garcia | fa0d654 | 2013-04-02 01:37:41 +0000 | [diff] [blame] | 9 | marvell,armadaxp-thermal |
| 10 | |
Ezequiel Garcia | fa0d654 | 2013-04-02 01:37:41 +0000 | [diff] [blame] | 11 | - reg: Device's register space. |
| 12 | Two entries are expected, see the examples below. |
| 13 | The first one is required for the sensor register; |
| 14 | the second one is required for the control register |
| 15 | to be used for sensor initialization (a.k.a. calibration). |
| 16 | |
| 17 | Example: |
| 18 | |
| 19 | thermal@d0018300 { |
| 20 | compatible = "marvell,armada370-thermal"; |
| 21 | reg = <0xd0018300 0x4 |
| 22 | 0xd0018304 0x4>; |
| 23 | status = "okay"; |
| 24 | }; |