We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b9a92 commit 63d96b1Copy full SHA for 63d96b1
Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
@@ -13,11 +13,13 @@ description: Binding for Amlogic Thermal
13
14
properties:
15
compatible:
16
- items:
17
- - enum:
18
- - amlogic,g12a-cpu-thermal
19
- - amlogic,g12a-ddr-thermal
20
- - const: amlogic,g12a-thermal
+ oneOf:
+ - items:
+ - enum:
+ - amlogic,g12a-cpu-thermal
+ - amlogic,g12a-ddr-thermal
21
+ - const: amlogic,g12a-thermal
22
+ - const: amlogic,a1-cpu-thermal
23
24
reg:
25
maxItems: 1
0 commit comments