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 f5100c4 commit 9f7809cCopy full SHA for 9f7809c
Documentation/devicetree/bindings/clock/mediatek,mt7622-pciesys.yaml
@@ -14,9 +14,11 @@ maintainers:
14
15
properties:
16
compatible:
17
- enum:
18
- - mediatek,mt7622-pciesys
19
- - mediatek,mt7629-pciesys
+ oneOf:
+ - items:
+ - const: mediatek,mt7622-pciesys
20
+ - const: syscon
21
+ - const: mediatek,mt7629-pciesys
22
23
reg:
24
maxItems: 1
@@ -38,7 +40,7 @@ additionalProperties: false
38
40
examples:
39
41
- |
42
clock-controller@1a100800 {
- compatible = "mediatek,mt7622-pciesys";
43
+ compatible = "mediatek,mt7622-pciesys", "syscon";
44
reg = <0x1a100800 0x1000>;
45
#clock-cells = <1>;
46
#reset-cells = <1>;
0 commit comments