2022-03-10 14:10:09

by Sang Min Kim

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: thermal: Add artpec8 compatible string for exynos-thermal

 
Extend the exynos-thermal dt bindings document to include compatible
string supporting artpec8 SoC.
 
Signed-off-by: sangmin kim <[email protected]>
---
 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
 
 


2022-03-11 15:54:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: thermal: Add artpec8 compatible string for exynos-thermal

On 10/03/2022 02:53, Sang Min Kim wrote:
>  
>
> Extend the exynos-thermal dt bindings document to include compatible
>
> string supporting artpec8 SoC.
>

Please resend without HTML. Use git to create and send patches.


Best regards,
Krzysztof