rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / thermal / dove-thermal.txt
blob6f474677d4727de938e10c7e9132c0fbeaab14d0
1 * Dove Thermal
3 This driver is for Dove SoCs which contain a thermal sensor.
5 Required properties:
6 - compatible : "marvell,dove-thermal"
7 - reg : Address range of the thermal registers
9 The reg properties should contain two ranges. The first is for the
10 three Thermal Manager registers, while the second range contains the
11 Thermal Diode Control Registers.
13 Example:
15         thermal@10078 {
16                 compatible = "marvell,dove-thermal";
17                 reg = <0xd001c 0x0c>, <0xd005c 0x08>;
18         };