diff options
author | Rocky Hao <rocky.hao@rock-chips.com> | 2017-08-24 12:27:51 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-11-01 03:32:12 +0100 |
commit | 1027d759c9517a255f663d4365d98d78d8680b20 (patch) | |
tree | 057d48bbb75f14d9550b125d266ec25e7cc7837d | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-1027d759c9517a255f663d4365d98d78d8680b20.tar.xz linux-1027d759c9517a255f663d4365d98d78d8680b20.zip |
dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible
Add a new compatible for thermal founding on RV1108 SoCs.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt index e3a6234fb1ac..43d744e5305e 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt @@ -2,6 +2,7 @@ Required properties: - compatible : should be "rockchip,<name>-tsadc" + "rockchip,rv1108-tsadc": found on RV1108 SoCs "rockchip,rk3228-tsadc": found on RK3228 SoCs "rockchip,rk3288-tsadc": found on RK3288 SoCs "rockchip,rk3328-tsadc": found on RK3328 SoCs |