.. | .. |
---|
1 | 1 | Mediatek mmsys controller |
---|
2 | 2 | ============================ |
---|
3 | 3 | |
---|
4 | | -The Mediatek mmsys controller provides various clocks to the system. |
---|
| 4 | +The Mediatek mmsys system controller provides clock control, routing control, |
---|
| 5 | +and miscellaneous control in mmsys partition. |
---|
5 | 6 | |
---|
6 | 7 | Required Properties: |
---|
7 | 8 | |
---|
8 | 9 | - compatible: Should be one of: |
---|
9 | 10 | - "mediatek,mt2701-mmsys", "syscon" |
---|
10 | 11 | - "mediatek,mt2712-mmsys", "syscon" |
---|
| 12 | + - "mediatek,mt6765-mmsys", "syscon" |
---|
| 13 | + - "mediatek,mt6779-mmsys", "syscon" |
---|
11 | 14 | - "mediatek,mt6797-mmsys", "syscon" |
---|
| 15 | + - "mediatek,mt7623-mmsys", "mediatek,mt2701-mmsys", "syscon" |
---|
12 | 16 | - "mediatek,mt8173-mmsys", "syscon" |
---|
| 17 | + - "mediatek,mt8183-mmsys", "syscon" |
---|
13 | 18 | - #clock-cells: Must be 1 |
---|
14 | 19 | |
---|
15 | | -The mmsys controller uses the common clk binding from |
---|
| 20 | +For the clock control, the mmsys controller uses the common clk binding from |
---|
16 | 21 | Documentation/devicetree/bindings/clock/clock-bindings.txt |
---|
17 | 22 | The available clocks are defined in dt-bindings/clock/mt*-clk.h. |
---|
18 | 23 | |
---|
19 | 24 | Example: |
---|
20 | 25 | |
---|
21 | | -mmsys: clock-controller@14000000 { |
---|
| 26 | +mmsys: syscon@14000000 { |
---|
22 | 27 | compatible = "mediatek,mt8173-mmsys", "syscon"; |
---|
23 | 28 | reg = <0 0x14000000 0 0x1000>; |
---|
24 | 29 | #clock-cells = <1>; |
---|