aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt19
1 files changed, 14 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
index 9b8f578d5e19..97b304eaa47c 100644
--- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
+++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.txt
@@ -13,10 +13,19 @@ The AUDSYS controller uses the common clk binding from
13Documentation/devicetree/bindings/clock/clock-bindings.txt 13Documentation/devicetree/bindings/clock/clock-bindings.txt
14The available clocks are defined in dt-bindings/clock/mt*-clk.h. 14The available clocks are defined in dt-bindings/clock/mt*-clk.h.
15 15
16Required sub-nodes:
17-------
18For common binding part and usage, refer to
19../sonud/mt2701-afe-pcm.txt.
20
16Example: 21Example:
17 22
18audsys: audsys@11220000 { 23 audsys: clock-controller@11220000 {
19 compatible = "mediatek,mt7622-audsys", "syscon"; 24 compatible = "mediatek,mt7622-audsys", "syscon";
20 reg = <0 0x11220000 0 0x1000>; 25 reg = <0 0x11220000 0 0x2000>;
21 #clock-cells = <1>; 26 #clock-cells = <1>;
22}; 27
28 afe: audio-controller {
29 ...
30 };
31 };