diff options
author | Rocky Hao <rocky.hao@rock-chips.com> | 2017-08-04 10:06:12 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-08-11 10:05:04 +0200 |
commit | b170e6d9bbba5b7cce560d4cd676e44de2f866af (patch) | |
tree | 836829db8cd39e754ea36c12bfc3cadd0a559dfb /Documentation | |
parent | Linux 4.13-rc3 (diff) | |
download | linux-b170e6d9bbba5b7cce560d4cd676e44de2f866af.tar.xz linux-b170e6d9bbba5b7cce560d4cd676e44de2f866af.zip |
dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible
attempt to new compatible for thermal founding on RK3328 SoC.
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'Documentation')
-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 43003aec94bd..e3a6234fb1ac 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt @@ -4,6 +4,7 @@ Required properties: - compatible : should be "rockchip,<name>-tsadc" "rockchip,rk3228-tsadc": found on RK3228 SoCs "rockchip,rk3288-tsadc": found on RK3288 SoCs + "rockchip,rk3328-tsadc": found on RK3328 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 |