提交 2817a92d 编写于 作者: R Ryder Lee 提交者: Stephen Boyd

dt-bindings: clock: mediatek: update audsys documentation to adapt MFD device

The MediaTek audio hardware block that exposes functionalities that are
handled by separate subsystems in the kernel.  These functions are all
mapped somewhere at 0x112xxxxx, and there are some control bits are mixed
up with other functions within the same registers.

This patch modifies example to illustrate child nodes.
Signed-off-by: NRyder Lee <ryder.lee@mediatek.com>
Signed-off-by: NStephen Boyd <sboyd@kernel.org>
上级 936ceb12
...@@ -13,10 +13,19 @@ The AUDSYS controller uses the common clk binding from ...@@ -13,10 +13,19 @@ The AUDSYS controller uses the common clk binding from
Documentation/devicetree/bindings/clock/clock-bindings.txt Documentation/devicetree/bindings/clock/clock-bindings.txt
The available clocks are defined in dt-bindings/clock/mt*-clk.h. The available clocks are defined in dt-bindings/clock/mt*-clk.h.
Required sub-nodes:
-------
For common binding part and usage, refer to
../sonud/mt2701-afe-pcm.txt.
Example: Example:
audsys: audsys@11220000 { audsys: clock-controller@11220000 {
compatible = "mediatek,mt7622-audsys", "syscon"; compatible = "mediatek,mt7622-audsys", "syscon";
reg = <0 0x11220000 0 0x1000>; reg = <0 0x11220000 0 0x2000>;
#clock-cells = <1>; #clock-cells = <1>;
};
afe: audio-controller {
...
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册