Skip to content

Commit 63d96b1

Browse files
rockosovdlezcano
authored andcommitted
dt-bindings: thermal: amlogic: add support for A1 thermal sensor
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> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20240328191322.17551-2-ddrokosov@salutedevices.com
1 parent 34b9a92 commit 63d96b1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ description: Binding for Amlogic Thermal
1313

1414
properties:
1515
compatible:
16-
items:
17-
- enum:
18-
- amlogic,g12a-cpu-thermal
19-
- amlogic,g12a-ddr-thermal
20-
- const: amlogic,g12a-thermal
16+
oneOf:
17+
- items:
18+
- enum:
19+
- amlogic,g12a-cpu-thermal
20+
- amlogic,g12a-ddr-thermal
21+
- const: amlogic,g12a-thermal
22+
- const: amlogic,a1-cpu-thermal
2123

2224
reg:
2325
maxItems: 1

0 commit comments

Comments
 (0)