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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 34b9a92 commit 63d96b1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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)