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 a55a0c7 commit 12fba11Copy full SHA for 12fba11
Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
@@ -54,6 +54,16 @@ properties:
54
reset-names:
55
const: consys
56
57
+ clocks:
58
+ maxItems: 2
59
+ description:
60
+ Specify the consys clocks for mt7986.
61
+
62
+ clock-names:
63
+ items:
64
+ - const: mcu
65
+ - const: ap2conn
66
67
mediatek,infracfg:
68
$ref: /schemas/types.yaml#/definitions/phandle
69
description:
@@ -269,5 +279,8 @@ examples:
269
279
<0x10003000 0x1000>,
270
280
<0x11d10000 0x1000>;
271
281
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
282
+ clocks = <&topckgen 50>,
283
+ <&topckgen 62>;
284
+ clock-names = "mcu", "ap2conn";
272
285
memory-region = <&wmcpu_emi>;
273
286
};
0 commit comments