diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-12-03 16:48:41 +0800 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2016-01-06 18:06:37 -0800 |
commit | 4be02530fc76b4b01372dc03ab098674bf059f0b (patch) | |
tree | e0428850dd3eff8501dcb4951fd93454aa511038 /Documentation | |
parent | 13c1cfda1a6cb0325029ce8bbb8d6483244d5c92 (diff) | |
download | blackbird-op-linux-4be02530fc76b4b01372dc03ab098674bf059f0b.tar.gz blackbird-op-linux-4be02530fc76b4b01372dc03ab098674bf059f0b.zip |
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>
Diffstat (limited to 'Documentation')
-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 @@ Required properties: - compatible : should be "rockchip,<name>-tsadc" + "rockchip,rk3228-tsadc": found on RK3228 SoCs "rockchip,rk3288-tsadc": found on RK3288 SoCs "rockchip,rk3368-tsadc": found on RK3368 SoCs + "rockchip,rk3399-tsadc": found on RK3399 SoCs - reg : physical base address of the controller and length of memory mapped region. - interrupts : The interrupt number to the cpu. The interrupt specifier format |