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 000987a commit ff75e4eCopy full SHA for ff75e4e
Documentation/devicetree/bindings/watchdog/mediatek,mt7621-wdt.yaml
@@ -19,6 +19,12 @@ properties:
19
reg:
20
maxItems: 1
21
22
+ mediatek,sysctl:
23
+ $ref: /schemas/types.yaml#/definitions/phandle
24
+ description:
25
+ phandle to system controller 'sysc' syscon node which
26
+ controls system registers
27
+
28
required:
29
- compatible
30
- reg
@@ -30,4 +36,5 @@ examples:
36
watchdog@100 {
31
37
compatible = "mediatek,mt7621-wdt";
32
38
reg = <0x100 0x100>;
39
+ mediatek,sysctl = <&sysc>;
33
40
};
0 commit comments