Skip to content

Commit

Permalink
dt-bindings: net: wireless: mt76: add clock description for MT7986.
Browse files Browse the repository at this point in the history
Add clocks and clock-names for MT7986.

Reviewed-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
Peter Chiu authored and Felix Fietkau committed Jul 11, 2022
1 parent a55a0c7 commit 12fba11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ properties:
reset-names:
const: consys

clocks:
maxItems: 2
description:
Specify the consys clocks for mt7986.

clock-names:
items:
- const: mcu
- const: ap2conn

mediatek,infracfg:
$ref: /schemas/types.yaml#/definitions/phandle
description:
Expand Down Expand Up @@ -269,5 +279,8 @@ examples:
<0x10003000 0x1000>,
<0x11d10000 0x1000>;
interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&topckgen 50>,
<&topckgen 62>;
clock-names = "mcu", "ap2conn";
memory-region = <&wmcpu_emi>;
};

0 comments on commit 12fba11

Please sign in to comment.