Message ID | 20240328133802.15651-2-ddrokosov@salutedevices.com |
---|---|
State | Accepted |
Commit | 63d96b1253169126a791d6b1b0ef2e708ffb0d75 |
Headers | show |
Series | thermal: amlogic: introduce A1 SoC family Thermal Sensor controller | expand |
diff --git a/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml b/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml index 20f8f9b3b971..0e7f6568d385 100644 --- a/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml +++ b/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml @@ -13,11 +13,15 @@ description: Binding for Amlogic Thermal properties: compatible: - items: - - enum: - - amlogic,g12a-cpu-thermal - - amlogic,g12a-ddr-thermal - - const: amlogic,g12a-thermal + oneOf: + - items: + - enum: + - amlogic,g12a-cpu-thermal + - amlogic,g12a-ddr-thermal + - const: amlogic,g12a-thermal + - items: + - const: amlogic,a1-cpu-thermal + - const: amlogic,a1-thermal reg: maxItems: 1
Provide right compatible properties for Amlogic A1 Thermal Sensor controller. A1 family supports only one thermal node - CPU thermal sensor. Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> --- .../bindings/thermal/amlogic,thermal.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)