Skip to content

Commit 12fba11

Browse files
Peter Chiunbd168
authored andcommitted
dt-bindings: net: wireless: mt76: add clock description for MT7986.
Add clocks and clock-names for MT7986. Reviewed-by: Ryder Lee <[email protected]> Signed-off-by: Peter Chiu <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
1 parent a55a0c7 commit 12fba11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ properties:
5454
reset-names:
5555
const: consys
5656

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+
5767
mediatek,infracfg:
5868
$ref: /schemas/types.yaml#/definitions/phandle
5969
description:
@@ -269,5 +279,8 @@ examples:
269279
<0x10003000 0x1000>,
270280
<0x11d10000 0x1000>;
271281
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
282+
clocks = <&topckgen 50>,
283+
<&topckgen 62>;
284+
clock-names = "mcu", "ap2conn";
272285
memory-region = <&wmcpu_emi>;
273286
};

0 commit comments

Comments
 (0)