File tree Expand file tree Collapse file tree 2 files changed +2
-39
lines changed
Documentation/devicetree/bindings Expand file tree Collapse file tree 2 files changed +2
-39
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,7 @@ patternProperties:
67
67
68
68
" ^efuse@[0-9a-f]+$ " :
69
69
type : object
70
- additionalProperties : true
71
- properties :
72
- compatible :
73
- enum :
74
- - sprd,sc2720-efuse
75
- - sprd,sc2721-efuse
76
- - sprd,sc2723-efuse
77
- - sprd,sc2730-efuse
78
- - sprd,sc2731-efuse
70
+ $ref : /schemas/nvmem/sprd,sc2731-efuse.yaml#
79
71
80
72
" ^fuel-gauge@[0-9a-f]+$ " :
81
73
type : object
@@ -199,7 +191,7 @@ examples:
199
191
};
200
192
};
201
193
202
- adc@480 {
194
+ pmic_adc: adc@480 {
203
195
compatible = "sprd,sc2731-adc";
204
196
reg = <0x480>;
205
197
interrupt-parent = <&sc2731_pmic>;
Original file line number Diff line number Diff line change @@ -36,33 +36,4 @@ allOf:
36
36
- $ref : nvmem-deprecated-cells.yaml#
37
37
38
38
unevaluatedProperties : false
39
-
40
- examples :
41
- - |
42
- pmic {
43
- #address-cells = <1>;
44
- #size-cells = <0>;
45
-
46
- efuse@380 {
47
- compatible = "sprd,sc2731-efuse";
48
- reg = <0x380>;
49
- hwlocks = <&hwlock 12>;
50
- #address-cells = <1>;
51
- #size-cells = <1>;
52
-
53
- /* Data cells */
54
- fgu_calib: calib@6 {
55
- reg = <0x6 0x2>;
56
- bits = <0 9>;
57
- };
58
-
59
- adc_big_scale: calib@24 {
60
- reg = <0x24 0x2>;
61
- };
62
-
63
- adc_small_scale: calib@26 {
64
- reg = <0x26 0x2>;
65
- };
66
- };
67
- };
68
39
...
You can’t perform that action at this time.
0 commit comments