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 788494b commit 88071e3Copy full SHA for 88071e3
Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml
@@ -10,6 +10,9 @@ maintainers:
10
- zhanghongchen <[email protected]>
11
- Yinbo Zhu <[email protected]>
12
13
+allOf:
14
+ - $ref: /schemas/thermal/thermal-sensor.yaml#
15
+
16
properties:
17
compatible:
18
oneOf:
@@ -26,12 +29,16 @@ properties:
26
29
interrupts:
27
30
maxItems: 1
28
31
32
+ '#thermal-sensor-cells':
33
+ const: 1
34
35
required:
36
- compatible
37
- reg
38
- interrupts
39
+ - '#thermal-sensor-cells'
40
-additionalProperties: false
41
+unevaluatedProperties: false
42
43
examples:
44
- |
@@ -41,4 +48,5 @@ examples:
48
reg = <0x1fe01500 0x30>;
49
interrupt-parent = <&liointc0>;
50
interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
51
+ #thermal-sensor-cells = <1>;
52
};
0 commit comments