Skip to content

Commit 1a680aa

Browse files
Enric Balletbo i Serrambgg
authored andcommitted
dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller
The mmsys system controller is not only a pure clock controller, so update the binding documentation to reflect that apart from providing clocks, it also provides routing and miscellaneous control registers. Signed-off-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Reviewed-by: CK Hu <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Matthias Brugger <[email protected]>
1 parent af19d64 commit 1a680aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Mediatek mmsys controller
22
============================
33

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.
56

67
Required Properties:
78

@@ -15,13 +16,13 @@ Required Properties:
1516
- "mediatek,mt8183-mmsys", "syscon"
1617
- #clock-cells: Must be 1
1718

18-
The mmsys controller uses the common clk binding from
19+
For the clock control, the mmsys controller uses the common clk binding from
1920
Documentation/devicetree/bindings/clock/clock-bindings.txt
2021
The available clocks are defined in dt-bindings/clock/mt*-clk.h.
2122

2223
Example:
2324

24-
mmsys: clock-controller@14000000 {
25+
mmsys: syscon@14000000 {
2526
compatible = "mediatek,mt8173-mmsys", "syscon";
2627
reg = <0 0x14000000 0 0x1000>;
2728
#clock-cells = <1>;

0 commit comments

Comments
 (0)