[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220322081928epcms2p5c426f8eebbc5251a294ab08ae869e487@epcms2p5>
Date: Tue, 22 Mar 2022 17:19:28 +0900
From: Sang Min Kim <hypmean.kim@...sung.com>
To: "bzolnier@...il.com" <bzolnier@...il.com>,
"krzysztof.kozlowski@...onical.com"
<krzysztof.kozlowski@...onical.com>,
"rafael@...nel.org" <rafael@...nel.org>,
"daniel.lezcano@...aro.org" <daniel.lezcano@...aro.org>,
"amitk@...nel.org" <amitk@...nel.org>,
"rui.zhang@...el.com" <rui.zhang@...el.com>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
ALIM AKHTAR <alim.akhtar@...sung.com>
CC: "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
"linux-samsung-soc@...r.kernel.org"
<linux-samsung-soc@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string
for exynos-thermal
Extend the exynos-thermal dt bindings document to include compatible
string supporting ARTPEC-8 SoC
Signed-off-by: sangmin kim <hypmean.kim@...sung.com>
---
Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml b/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml
index 17129f7..c12bcff 100644
--- a/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml
@@ -16,6 +16,7 @@ description: |
properties:
compatible:
enum:
+ - axis,artpec8-tmu
- samsung,exynos3250-tmu
- samsung,exynos4412-tmu
- samsung,exynos4210-tmu
@@ -101,6 +102,7 @@ allOf:
compatible:
contains:
enum:
+ - axis,artpec8-tmu
- samsung,exynos5433-tmu
- samsung,exynos7-tmu
then:
--
2.9.5
Powered by blists - more mailing lists