mediatek: backport upstream mediatek patches
[oweals/openwrt.git] / target / linux / mediatek / patches-4.14 / 0198-dt-bindings-thermal-add-binding-for-MT7622-SoC.patch
1 From bdaa6312375055d3e104869ca04cc463ac0a33d1 Mon Sep 17 00:00:00 2001
2 From: Sean Wang <sean.wang@mediatek.com>
3 Date: Wed, 17 Jan 2018 00:00:39 +0800
4 Subject: [PATCH 198/224] dt-bindings: thermal: add binding for MT7622 SoC
5
6 Add devicetree bindings for MediaTek MT7622 thermal controller
7
8 Changes v1 -> v2: add tag from Rob
9
10 Signed-off-by: Sean Wang <sean.wang@mediatek.com>
11 Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
12 Reviewed-by: Rob Herring <robh@kernel.org>
13 ---
14  Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | 1 +
15  1 file changed, 1 insertion(+)
16
17 diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
18 index 0d73ea5e9c0c..41d6a443ad66 100644
19 --- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
20 +++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
21 @@ -12,6 +12,7 @@ Required properties:
22    - "mediatek,mt8173-thermal" : For MT8173 family of SoCs
23    - "mediatek,mt2701-thermal" : For MT2701 family of SoCs
24    - "mediatek,mt2712-thermal" : For MT2712 family of SoCs
25 +  - "mediatek,mt7622-thermal" : For MT7622 SoC
26  - reg: Address range of the thermal controller
27  - interrupts: IRQ for the thermal controller
28  - clocks, clock-names: Clocks needed for the thermal controller. required
29 -- 
30 2.11.0
31