[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241112052211.3087348-3-nico@fluxnic.net>
Date: Tue, 12 Nov 2024 00:19:39 -0500
From: Nicolas Pitre <nico@...xnic.net>
To: Daniel Lezcano <daniel.lezcano@...aro.org>,
"Rafael J . Wysocki" <rafael@...nel.org>,
linux-pm@...r.kernel.org,
linux-mediatek@...ts.infradead.org,
devicetree@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Nicolas Pitre <npitre@...libre.com>,
Alexandre Bailon <abailon@...libre.com>
Subject: [PATCH 2/5] dt-bindings: thermal: Restore the thermal-sensors property
From: Alexandre Bailon <abailon@...libre.com>
thermal-sensors was defined in thermal.txt but when the yaml binding
has been defined, its definition has changed, dropping support of multi
sensors.
Since we are adding support of multi sensors, use the original definition
for thermal-sensors property.
Signed-off-by: Alexandre Bailon <abailon@...libre.com>
Reviewed-by: Rob Herring <robh@...nel.org>
Signed-off-by: Nicolas Pitre <npitre@...libre.com>
---
Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
index 0f435be1db..cc98f87633 100644
--- a/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
+++ b/Documentation/devicetree/bindings/thermal/thermal-zones.yaml
@@ -96,10 +96,9 @@ patternProperties:
thermal-sensors:
$ref: /schemas/types.yaml#/definitions/phandle-array
- maxItems: 1
description:
- The thermal sensor phandle and sensor specifier used to monitor this
- thermal zone.
+ A list of thermal sensor phandles and sensor specifier
+ used while monitoring the thermal zone.
coefficients:
$ref: /schemas/types.yaml#/definitions/uint32-array
--
2.47.0
Powered by blists - more mailing lists