[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231228-b4-upstream-j721s2-vtm-dt-binding-v1-1-e866277f9c64@ti.com>
Date: Thu, 28 Dec 2023 12:09:48 +0530
From: Manorit Chawdhry <m-chawdhry@...com>
To: "Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano
<daniel.lezcano@...aro.org>,
Zhang Rui <rui.zhang@...el.com>, Lukasz Luba
<lukasz.luba@....com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski
<krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, J
Keerthy <j-keerthy@...com>
CC: <linux-pm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Udit Kumar <u-kumar1@...com>,
Nishanth Menon
<nm@...com>, Vignesh Raghavendra <vigneshr@...com>,
Manorit Chawdhry
<m-chawdhry@...com>
Subject: [PATCH] dt-bindings: thermal: k3-j72xx: Update bindings for J721S2
SoCs
The clock and processor ID for J721S2 differs from the existing
compatibles, add a new compatible to represent this change for adding
support for Adaptive voltage scaling.
Signed-off-by: Manorit Chawdhry <m-chawdhry@...com>
---
.../devicetree/bindings/thermal/ti,j72xx-thermal.yaml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml b/Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml
index 171b3622ed84..5792ccc058aa 100644
--- a/Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/ti,j72xx-thermal.yaml
@@ -24,9 +24,13 @@ description: |
properties:
compatible:
- enum:
- - ti,j721e-vtm
- - ti,j7200-vtm
+ anyOf:
+ - items:
+ - enum:
+ - ti,j721e-vtm
+ - ti,j7200-vtm
+ - ti,j721s2-vtm
+ - maxItems: 2
reg:
items:
@@ -72,7 +76,7 @@ examples:
- |
#include <dt-bindings/soc/ti,sci_pm_domain.h>
wkup_vtm0: thermal-sensor@...40000 {
- compatible = "ti,j721e-vtm";
+ compatible = "ti,j721e-vtm", "ti,j7200-vtm";
reg = <0x42040000 0x350>,
<0x42050000 0x350>,
<0x43000300 0x10>;
---
base-commit: 39676dfe52331dba909c617f213fdb21015c8d10
change-id: 20231228-b4-upstream-j721s2-vtm-dt-binding-95e61c942c34
Best regards,
--
Manorit Chawdhry <m-chawdhry@...com>
Powered by blists - more mailing lists