diff options
| author | Caesar Wang <wxt@rock-chips.com> | 2015-12-03 03:48:41 -0500 |
|---|---|---|
| committer | Eduardo Valentin <edubezval@gmail.com> | 2016-01-06 21:06:37 -0500 |
| commit | 4be02530fc76b4b01372dc03ab098674bf059f0b (patch) | |
| tree | e0428850dd3eff8501dcb4951fd93454aa511038 | |
| parent | 13c1cfda1a6cb0325029ce8bbb8d6483244d5c92 (diff) | |
dt-bindings: rockchip-thermal: Support the RK3228/RK3399 SoCs compatible
This patchset attempts to new compatible for thermal founding
on RK3228/RK3399 SoCs.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
| -rw-r--r-- | Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt index 0dfa60d88dd3..08efe6bc2193 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | Required properties: | 3 | Required properties: |
| 4 | - compatible : should be "rockchip,<name>-tsadc" | 4 | - compatible : should be "rockchip,<name>-tsadc" |
| 5 | "rockchip,rk3228-tsadc": found on RK3228 SoCs | ||
| 5 | "rockchip,rk3288-tsadc": found on RK3288 SoCs | 6 | "rockchip,rk3288-tsadc": found on RK3288 SoCs |
| 6 | "rockchip,rk3368-tsadc": found on RK3368 SoCs | 7 | "rockchip,rk3368-tsadc": found on RK3368 SoCs |
| 8 | "rockchip,rk3399-tsadc": found on RK3399 SoCs | ||
| 7 | - reg : physical base address of the controller and length of memory mapped | 9 | - reg : physical base address of the controller and length of memory mapped |
| 8 | region. | 10 | region. |
| 9 | - interrupts : The interrupt number to the cpu. The interrupt specifier format | 11 | - interrupts : The interrupt number to the cpu. The interrupt specifier format |
