All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string for exynos-thermal
       [not found] ` <CGME20220322075557epcas2p26c9dcb578e9c5f68a23f7fe1bdf35f65@epcms2p5>
@ 2022-03-22  8:19     ` Sang Min Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Sang Min Kim @ 2022-03-22  8:19 UTC (permalink / raw)
  To: bzolnier, krzysztof.kozlowski, rafael, daniel.lezcano, amitk,
	rui.zhang, robh+dt, ALIM AKHTAR
  Cc: linux-pm, linux-samsung-soc, devicetree, linux-arm-kernel, linux-kernel

Extend the exynos-thermal dt bindings document to include compatible
string supporting ARTPEC-8 SoC
 
Signed-off-by: sangmin kim <hypmean.kim@samsung.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
 
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string for exynos-thermal
@ 2022-03-22  8:19     ` Sang Min Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Sang Min Kim @ 2022-03-22  8:19 UTC (permalink / raw)
  To: bzolnier, krzysztof.kozlowski, rafael, daniel.lezcano, amitk,
	rui.zhang, robh+dt, ALIM AKHTAR
  Cc: linux-pm, linux-samsung-soc, devicetree, linux-arm-kernel, linux-kernel

Extend the exynos-thermal dt bindings document to include compatible
string supporting ARTPEC-8 SoC
 
Signed-off-by: sangmin kim <hypmean.kim@samsung.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
 
 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string for exynos-thermal
  2022-03-22  8:19     ` Sang Min Kim
@ 2022-03-22 17:51       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-22 17:51 UTC (permalink / raw)
  To: hypmean.kim, bzolnier, rafael, daniel.lezcano, amitk, rui.zhang,
	robh+dt, ALIM AKHTAR
  Cc: linux-pm, linux-samsung-soc, devicetree, linux-arm-kernel, linux-kernel

On 22/03/2022 09:19, Sang Min Kim wrote:
> Extend the exynos-thermal dt bindings document to include compatible
> string supporting ARTPEC-8 SoC
>  
> Signed-off-by: sangmin kim <hypmean.kim@samsung.com>

This does not look complete. Your driver uses different binding...

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string for exynos-thermal
@ 2022-03-22 17:51       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-22 17:51 UTC (permalink / raw)
  To: hypmean.kim, bzolnier, rafael, daniel.lezcano, amitk, rui.zhang,
	robh+dt, ALIM AKHTAR
  Cc: linux-pm, linux-samsung-soc, devicetree, linux-arm-kernel, linux-kernel

On 22/03/2022 09:19, Sang Min Kim wrote:
> Extend the exynos-thermal dt bindings document to include compatible
> string supporting ARTPEC-8 SoC
>  
> Signed-off-by: sangmin kim <hypmean.kim@samsung.com>

This does not look complete. Your driver uses different binding...

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-22 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220322075617.109855-1-hypmean.kim@samsung.com>
     [not found] ` <CGME20220322075557epcas2p26c9dcb578e9c5f68a23f7fe1bdf35f65@epcms2p5>
2022-03-22  8:19   ` [PATCH 1/2] dt-bindings: thermal: Add ARTPEC-8 compatible string for exynos-thermal Sang Min Kim
2022-03-22  8:19     ` Sang Min Kim
2022-03-22 17:51     ` Krzysztof Kozlowski
2022-03-22 17:51       ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.